Travis: in smoke tests, skip codeclimate
This commit is contained in:
parent
eef787d74d
commit
178ebfb1e7
|
@ -9,10 +9,12 @@ matrix:
|
|||
- rvm: 2.2.7
|
||||
install: true # This skips 'bundle install'
|
||||
script: gem build github_changelog_generator && gem install *.gem
|
||||
after_success: true # This skips 'codeclimate-test-reporter'
|
||||
- rvm: 2.2.7
|
||||
install: true # This skips 'bundle install'
|
||||
script: gem build github_changelog_generator && bundle install
|
||||
gemfile: spec/install-gem-in-bundler.gemfile
|
||||
after_success: true # This skips 'codeclimate-test-reporter'
|
||||
- rvm: 2.3.4
|
||||
- rvm: 2.4.1
|
||||
- rvm: jruby-9.1.13.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user