We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf66ead commit 23c7da1Copy full SHA for 23c7da1
.travis.yml
@@ -5,17 +5,16 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
5
script: "bundle exec rake test"
6
7
gemfile:
8
- - gemfiles/sprockets_2_12.gemfile
+ - gemfiles/sprockets-rails_3_0.gemfile
9
+ - gemfiles/sprockets-rails_2_3.gemfile
10
- gemfiles/sprockets_3_0.gemfile
11
- gemfiles/sprockets_4_0.gemfile
- - gemfiles/sprockets-rails_3_0.gemfile
12
- gemfiles/rails_4_2.gemfile
13
- - gemfiles/rails_4_1.gemfile
14
- - gemfiles/rails_4_0.gemfile
+ - gemfiles/rails_5_2.gemfile
15
16
rvm:
17
- - 2.2.2
18
- - 2.3.0
+ - 2.4.4
+ - 2.5.1
19
20
notifications:
21
email: false
0 commit comments