Use bundler to execute test

This commit is contained in:
Yosuke Kabuto 2016-01-05 14:19:56 +09:00
parent 59e8342469
commit be71b0dbf2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ env:
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="~>4.1.0"
- RAILS_VERSION="~>4.2.0"
script: "rake spec:all"
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn