From c7f0cd6a79e6ee060df982dc0834365b63e53a2c Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Sat, 20 Sep 2014 19:17:12 +0930 Subject: Skip isolated tests for PRs They're valuable, but the types of errors they catch are fairly rare: we can address them post-merge when they show up. --- ci/travis.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index 3ccbd1dad4..a1920a7a1f 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -107,6 +107,7 @@ results = {} ENV['GEM'].split(',').each do |gem| [false, true].each do |isolated| + next if ENV['TRAVIS_PULL_REQUEST'] && ENV['TRAVIS_PULL_REQUEST'] != 'false' && isolated next if gem == 'railties' && isolated next if gem == 'aj:integration' && isolated -- cgit v1.2.3