Skip to content

Commit

Permalink
Travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
zverok committed Jun 10, 2018
1 parent 2de18d7 commit b6cb6b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
cache: bundler
language: ruby
matrix:
include:
- rvm: ruby-head
- rvm: 2.1.10
- rvm: 2.2.8
- rvm: 2.4.1
- rvm: 2.4.0
- rvm: 2.3.4
- rvm: 2.5.0
- rvm: jruby
- rvm: jruby-9.1.13.0
allow_failures:
- rvm: ruby-head
- rvm: jruby
- rvm: jruby-9.1.13.0
install:
- bundle install --retry=3
script: bundle exec rake

0 comments on commit b6cb6b6

Please sign in to comment.