Use bundler to execute test
This commit is contained in:
parent
59e8342469
commit
be71b0dbf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue