Skip to content

Commit 73e3fd9

Browse files
committed
specify bundler version
1 parent f925b34 commit 73e3fd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
44

55
script: "bundle exec rake test"
66

7+
before_install:
8+
- gem install bundler --version '< 2'
9+
710
gemfile:
811
- gemfiles/sprockets-rails_3_0.gemfile
912
- gemfiles/sprockets-rails_2_3.gemfile

0 commit comments

Comments
 (0)