We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f925b34 commit 73e3fd9Copy full SHA for 73e3fd9
.travis.yml
@@ -4,6 +4,9 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
4
5
script: "bundle exec rake test"
6
7
+before_install:
8
+ - gem install bundler --version '< 2'
9
+
10
gemfile:
11
- gemfiles/sprockets-rails_3_0.gemfile
12
- gemfiles/sprockets-rails_2_3.gemfile
0 commit comments