Kouhei Sutou
null+****@clear*****
Tue Mar 22 18:49:47 JST 2016
Kouhei Sutou 2016-03-22 18:49:47 +0900 (Tue, 22 Mar 2016) New Revision: 4d5f9a839b52114fbd7d95208234498bb86c03ac https://github.com/ranguba/groonga-client-rails/commit/4d5f9a839b52114fbd7d95208234498bb86c03ac Message: travis: install gems for test application Modified files: .travis.yml Modified: .travis.yml (+7 -0) =================================================================== --- .travis.yml 2016-03-22 18:47:46 +0900 (6ef8771) +++ .travis.yml 2016-03-22 18:49:47 +0900 (c2ee223) @@ -9,3 +9,10 @@ before_install: - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh - sudo apt-get -qq -y install groonga-tokenizer-mecab - gem update bundler +install: + - bundle install --jobs=3 --retry=3 + - | + for test_app in test/fixtures/* + do + (cd ${test_app} && bundle install --jobs=3 --retry=3) + done -------------- next part -------------- HTML����������������������������...Download