Skip to content

Commit

Permalink
Update Travis to run tests on 2.2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
agarie committed Mar 29, 2015
1 parent 48529bd commit b05c241
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,15 +1,16 @@
language: ruby
rvm:
- '1.9.3'
- '2.0.0'
- '2.1.1'
- 1.9.3
- 2.0
- 2.1
- 2.2
# - jruby-19mode # JRuby in 1.9 mode -> Problems with bigint
# - rbx-19mode
# script: bundle exec rspec spec

script:
bundle exec rspec
bundle exec rake spec

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgsl0-dev

0 comments on commit b05c241

Please sign in to comment.