Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfuchs committed Oct 4, 2015
1 parent 13edf19 commit 69c290c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: ruby
sudo: false

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# - rbx
- 2.0
- 2.1
- 2.2
- jruby
- jruby-9

script: bundle exec rspec spec --color --format documentation --require spec_helper

0 comments on commit 69c290c

Please sign in to comment.