Skip to content

Commit 1dccc33

Browse files
committed
test bundler fix
1 parent 73e3fd9 commit 1dccc33

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
55
script: "bundle exec rake test"
66

77
before_install:
8+
- gem uninstall bundler
89
- gem install bundler --version '< 2'
910

1011
gemfile:
11-
- gemfiles/sprockets-rails_3_0.gemfile
12-
- gemfiles/sprockets-rails_2_3.gemfile
13-
- gemfiles/sprockets_3_0.gemfile
14-
- gemfiles/sprockets_4_0.gemfile
1512
- gemfiles/rails_4_2.gemfile
16-
- gemfiles/rails_5_2.gemfile
13+
#- gemfiles/sprockets-rails_3_0.gemfile
14+
#- gemfiles/sprockets-rails_2_3.gemfile
15+
#- gemfiles/sprockets_3_0.gemfile
16+
#- gemfiles/sprockets_4_0.gemfile
17+
#- gemfiles/rails_5_2.gemfile
1718

1819
rvm:
1920
- 2.4.6
20-
- 2.5.5
21-
- 2.6.3
21+
#- 2.5.5
22+
#- 2.6.3
2223
- jruby
2324

2425
notifications:

0 commit comments

Comments
 (0)