Skip to content

Commit

Permalink
Travis test.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodis committed Jan 30, 2016
1 parent 93b7af8 commit 866a754
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-18mode
- ruby-head
- jruby-19mode
- jruby
- jruby-head
- rbx
- rbx-head
before_install: gem update bundler
script: bundle exec rspec
cache: bundler
sudo: false
before_install: gem update bundler

0 comments on commit 866a754

Please sign in to comment.