Skip to content

Commit

Permalink
debug gitlab ci with rails 5 failing
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Sep 27, 2017
1 parent bd22880 commit e186793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,12 @@ test:rails-5.0:jruby:9.1:
test:rails-5.0:mri:2.2:
<<: *use_mri_2_2
<<: *use_rails_5_0
allow_failure: true
script: bundle exec rake --trace

test:rails-5.0:mri:2.3:
<<: *use_mri_2_3
<<: *use_rails_5_0
script: bundle exec rake --trace

test:rails-5.0:mri:2.4:
<<: *use_mri_2_4
Expand Down

0 comments on commit e186793

Please sign in to comment.