Update .travis.yml

This commit is contained in:
Abdelkader Boudih 2014-12-15 22:28:06 +00:00
parent 91ae01aa83
commit 3bbb377043
1 changed files with 4 additions and 3 deletions

View File

@ -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