Don't run Sauce tests for now
This commit is contained in:
parent
7187d2ef45
commit
60348781d6
|
@ -5,6 +5,6 @@ pull_request = ENV['TRAVIS_PULL_REQUEST'] != 'false'
|
||||||
testem = JSON.parse(File.read('testem.json'))
|
testem = JSON.parse(File.read('testem.json'))
|
||||||
|
|
||||||
testem['launch_in_ci'] = ['PhantomJS']
|
testem['launch_in_ci'] = ['PhantomJS']
|
||||||
testem['launch_in_ci'] += ['SL_chrome', 'SL_firefox'] unless pull_request
|
#testem['launch_in_ci'] += ['SL_chrome', 'SL_firefox'] unless pull_request
|
||||||
|
|
||||||
File.open('testem.json', 'w') { |f| f.write testem.to_json }
|
File.open('testem.json', 'w') { |f| f.write testem.to_json }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user