Skip to content

Commit

Permalink
[CI] Test against Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger committed Mar 4, 2018
1 parent f9dfbeb commit 9c06a90
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
@@ -1,12 +1,9 @@
language: ruby
rvm:
- 2.2.0
- 2.3.0
- 2.4.0
- 2.4.2
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0

before_install:
- gem install dep

install:
- dep install
before_install: gem install dep
install: dep install

0 comments on commit 9c06a90

Please sign in to comment.