Kouhei Sutou
null+****@clear*****
Thu Dec 1 18:40:40 JST 2016
Kouhei Sutou 2016-12-01 18:40:40 +0900 (Thu, 01 Dec 2016) New Revision: 9d1308d49dcbc522eb087fdefcaf5629a5375f21 https://github.com/ranguba/groonga-client-model/commit/9d1308d49dcbc522eb087fdefcaf5629a5375f21 Message: travis: simplify Modified files: .travis.yml Modified: .travis.yml (+2 -4) =================================================================== --- .travis.yml 2016-12-01 18:39:12 +0900 (3ba3bb9) +++ .travis.yml 2016-12-01 18:40:40 +0900 (de827b9) @@ -15,14 +15,12 @@ install: - | for test_app in ${PWD}/test/apps/* do - (cd ${test_app} && \ - BUNDLE_GEMFILE=${test_app}/Gemfile bundle install --jobs=3 --retry=3) + (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} && \ - BUNDLE_GEMFILE=${test_app}/Gemfile bundle exec rake) + (cd ${test_app} && bin/rails test) done -------------- next part -------------- HTML����������������������������... 다운로드