File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,21 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
5
5
script : " bundle exec rake test"
6
6
7
7
before_install :
8
+ - gem uninstall bundler
8
9
- gem install bundler --version '< 2'
9
10
10
11
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
15
12
- 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
17
18
18
19
rvm :
19
20
- 2.4.6
20
- - 2.5.5
21
- - 2.6.3
21
+ # - 2.5.5
22
+ # - 2.6.3
22
23
- jruby
23
24
24
25
notifications :
You can’t perform that action at this time.
0 commit comments