Skip to content

Commit

Permalink
Travis: Use default script step; latest versions in matrix (#1414)
Browse files Browse the repository at this point in the history
* Travis: Use default script step

  - move TESTOPTS=-v to a global env instead

* Travis: ruby 2.2.8, 2.3.5, 2.4.2
  • Loading branch information
olleolleolle authored and nateberkopec committed Sep 19, 2017
1 parent c50cea2 commit 176be58
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -7,14 +7,13 @@ before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler
script: "TESTOPTS=-v bundle exec rake"
branches:
only:
- "master"
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
- jruby-head
Expand All @@ -28,3 +27,6 @@ matrix:
- rvm: jruby-head
- rvm: rbx-3
- rvm: ruby-head
env:
global:
- TESTOPTS="-v"

0 comments on commit 176be58

Please sign in to comment.