Kouhei Sutou
null+****@clear*****
Tue Dec 6 16:57:08 JST 2016
Kouhei Sutou 2016-12-06 16:57:08 +0900 (Tue, 06 Dec 2016) New Revision: e0b458343e2aae5bc445af8590cee93df63bb0fd https://github.com/ranguba/groonga-client-model/commit/e0b458343e2aae5bc445af8590cee93df63bb0fd Message: travis: add a debug print Modified files: .travis.yml Modified: .travis.yml (+2 -2) =================================================================== --- .travis.yml 2016-12-05 18:23:17 +0900 (de827b9) +++ .travis.yml 2016-12-06 16:57:08 +0900 (57e575f) @@ -15,12 +15,12 @@ install: - | for test_app in ${PWD}/test/apps/* do - (cd ${test_app} && bundle install --jobs=3 --retry=3) + (echo ${test_app}; cd ${test_app} && bundle install --jobs=3 --retry=3) done script: - bundle exec ruby test/unit/run-test.rb - | for test_app in ${PWD}/test/apps/* do - (cd ${test_app} && bin/rails test) + (echo ${test_app}; cd ${test_app} && bin/rails test) done -------------- next part -------------- HTML����������������������������...下载