Update travis matrix and container config
This commit is contained in:
parent
2ce02af8aa
commit
c6fd4d642f
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
script: "bundle exec rake ci"
|
script: "bundle exec rake ci"
|
||||||
env:
|
env:
|
||||||
- TRAVIS=true
|
- TRAVIS=true
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- '2.0'
|
||||||
- 2.1.4
|
- '2.1'
|
||||||
- rbx-2
|
- rbx-2
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue