Skip to content

Commit

Permalink
[CI] Test against new Ruby 2.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger authored Feb 8, 2018
1 parent d71b175 commit 2fa806f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: ruby
rvm:
- 2.3.3
- 2.2.4
- 2.1.8
- 2.0.0
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0
matrix:
include:
# Run Danger only once, on 2.3.3
- rvm: 2.3.3
# Run Danger only once, on 2.5
- rvm: 2.5
script: bundle exec danger
script: bundle exec rake test:units lint

0 comments on commit 2fa806f

Please sign in to comment.