Update .travis.yml
This commit is contained in:
parent
91ae01aa83
commit
3bbb377043
|
@ -1,10 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.2
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.0
|
- 2.1
|
||||||
|
- 1.9.3
|
||||||
- rbx-2
|
- rbx-2
|
||||||
- jruby-19mode
|
- jruby
|
||||||
script: "bundle exec rake spec:all"
|
script: "bundle exec rake spec:all"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
|
Loading…
Reference in New Issue