[Groonga-commit] ranguba/groonga-client-rails at 293c0ac [master] travis: fix path

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Mar 27 22:01:37 JST 2016


Kouhei Sutou	2016-03-27 22:01:37 +0900 (Sun, 27 Mar 2016)

  New Revision: 293c0ac8f7b6bd6f4f20b5286df757269597fccc
  https://github.com/ranguba/groonga-client-rails/commit/293c0ac8f7b6bd6f4f20b5286df757269597fccc

  Message:
    travis: fix path

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2016-03-27 21:58:04 +0900 (28fa0a8)
+++ .travis.yml    2016-03-27 22:01:37 +0900 (fd74b94)
@@ -12,7 +12,7 @@ before_install:
 install:
   - bundle install --jobs=3 --retry=3
   - |
-    for test_app in test/apps/*
+    for test_app in ${PWD}/test/apps/*
     do
       (cd ${test_app} && \
        BUNDLE_GEMFILE=${test_app}/Gemfile bundle install --jobs=3 --retry=3)
@@ -20,7 +20,7 @@ install:
 script:
   - test/unit/run-test.rb
   - |
-    for test_app in test/apps/*
+    for test_app in ${PWD}/test/apps/*
     do
       (cd ${test_app} && \
        BUNDLE_GEMFILE=${test_app}/Gemfile bundle exec rake)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る