Skip to content

Commit

Permalink
Travis CI 💡
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 9, 2017
1 parent e550339 commit f7f864c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: ruby
sudo: false
bundler: true

script: bundle exec rake

rvm:
- 2.3
- 2.4
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

0 comments on commit f7f864c

Please sign in to comment.