Skip to content

Commit

Permalink
Write proper Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skalee committed Jul 4, 2018
1 parent 08098f1 commit f6bdd76
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
sudo: false
dist: trusty
language: ruby
sudo: false

before_install:
- gem install bundler -v 1.16.1

rvm:
- 2.5.1
before_install: gem install bundler -v 1.16.1
- 2.5
- 2.4
- 2.3
- 2.2
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head

0 comments on commit f6bdd76

Please sign in to comment.