From 178ebfb1e7ed6ca5e50abfa485d7fe76762c082c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 27 Oct 2017 09:00:08 +0200 Subject: [PATCH] Travis: in smoke tests, skip codeclimate --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b6c5c4..0482432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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