Skip to content

Commit

Permalink
Add basic Travis configuration with selection of rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 4, 2016
1 parent 43e1206 commit 465a55b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
- ruby-head-clang
- jruby-9.0
- jruby-head
- rbx-3.26
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: ruby-head-clang
- rvm: rbx-3.26

0 comments on commit 465a55b

Please sign in to comment.