Travis: in smoke tests, skip codeclimate

This commit is contained in:
Olle Jonsson 2017-10-27 09:00:08 +02:00
parent eef787d74d
commit 178ebfb1e7

View File

@ -9,10 +9,12 @@ matrix:
- rvm: 2.2.7 - rvm: 2.2.7
install: true # This skips 'bundle install' install: true # This skips 'bundle install'
script: gem build github_changelog_generator && gem install *.gem script: gem build github_changelog_generator && gem install *.gem
after_success: true # This skips 'codeclimate-test-reporter'
- rvm: 2.2.7 - rvm: 2.2.7
install: true # This skips 'bundle install' install: true # This skips 'bundle install'
script: gem build github_changelog_generator && bundle install script: gem build github_changelog_generator && bundle install
gemfile: spec/install-gem-in-bundler.gemfile gemfile: spec/install-gem-in-bundler.gemfile
after_success: true # This skips 'codeclimate-test-reporter'
- rvm: 2.3.4 - rvm: 2.3.4
- rvm: 2.4.1 - rvm: 2.4.1
- rvm: jruby-9.1.13.0 - rvm: jruby-9.1.13.0