Fix travis (again)
This commit is contained in:
parent
0b5087f72e
commit
2423464cdb
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ rvm:
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.3
|
- 2.3
|
||||||
- 2.4
|
- 2.4
|
||||||
before_install:
|
install:
|
||||||
- gem install -v 1.12.5 bundler
|
- gem install -v 1.12.5 bundler
|
||||||
- bundle _1.12.5_ install
|
- bundle _1.12.5_ install --jobs=3 --retry=3 --deployment
|
||||||
script: "bundle _1.12.5_ exec rake ci"
|
script: "bundle _1.12.5_ exec rake ci"
|
||||||
|
|
Loading…
Reference in a new issue