Skip to content

Commit

Permalink
Add .travis.yml to build on all the rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Feb 6, 2016
1 parent bd9768d commit 5181bb6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: ruby

rvm:
- jruby
- rbx-2
- 2.0
- 2.1
- 2.2

bundler_args: --without development

sudo: false

matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby

notifications:
emails: false

0 comments on commit 5181bb6

Please sign in to comment.