latest travis
This commit is contained in:
parent
7360fcadc4
commit
21d04f253a
|
@ -1,4 +1,5 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
rvm:
|
rvm:
|
||||||
|
@ -10,6 +11,7 @@ rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- rbx-2
|
- rbx-2
|
||||||
|
before_script: bundle update
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
@ -21,4 +23,4 @@ matrix:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
env:
|
env:
|
||||||
- CODECLIMATE_REPO_TOKEN=5eee8e8624962f963a52a1d2313dc7407e3b8006291e3704346c786642cc073b
|
- CODECLIMATE_REPO_TOKEN=5eee8e8624962f963a52a1d2313dc7407e3b8006291e3704346c786642cc073b
|
||||||
|
|
Loading…
Reference in a new issue