Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed Sep 27, 2018
1 parent bf66ead commit 23c7da1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "bundle exec rake test"

gemfile:
- gemfiles/sprockets_2_12.gemfile
- gemfiles/sprockets-rails_3_0.gemfile
- gemfiles/sprockets-rails_2_3.gemfile
- gemfiles/sprockets_3_0.gemfile
- gemfiles/sprockets_4_0.gemfile
- gemfiles/sprockets-rails_3_0.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_0.gemfile
- gemfiles/rails_5_2.gemfile

rvm:
- 2.2.2
- 2.3.0
- 2.4.4
- 2.5.1

notifications:
email: false

0 comments on commit 23c7da1

Please sign in to comment.