Merge pull request #182 from seuros/patch-2

Update .travis.yml
This commit is contained in:
Steve Bazyl 2014-12-17 12:20:43 -08:00
commit a46b2b1b30
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
language: ruby
rvm:
- 1.9.3
- 2.2
- 2.0.0
- 2.1.0
- 2.1
- 1.9.3
- rbx-2
- jruby-19mode
- jruby
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update