Do not run action cable tests in isolation

We don't have isolation tests for it yet.
This commit is contained in:
Rafael Mendonça França 2015-12-14 16:02:31 -02:00
parent 3d4a423cdc
commit f1ba5869ca
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ 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 == 'ac' && isolated
next if gem == 'aj:integration' && isolated
next if gem == 'guides' && isolated