Don't run Sauce tests for now

This commit is contained in:
Piotr Sarnacki 2015-11-12 12:44:04 +01:00
parent 7187d2ef45
commit 60348781d6

View File

@ -5,6 +5,6 @@ pull_request = ENV['TRAVIS_PULL_REQUEST'] != 'false'
testem = JSON.parse(File.read('testem.json'))
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 }