Skip to content

Commit

Permalink
Updates travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
baschtl committed May 24, 2016
1 parent f402f5d commit 911803a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.0
- jruby-19mode
- 2.1.9
- 2.2.5
- 2.3.1

before_install:
- gem install bundler -v 1.11

env:
global:
- "JRUBY_OPTS=-Xcext.enabled=true"

script: bundle exec rspec

0 comments on commit 911803a

Please sign in to comment.