Try Sauce Labs on pushes
It seems that phantomjs 2.0.0 has problems with running tessts built with new ember-cli and sauce labs tests seem to work again. I'm switching back to sauce labs on pushes for the time being.
This commit is contained in:
parent
87fdd95a6f
commit
9201f86921
|
@ -16,8 +16,8 @@ matrix:
|
||||||
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
#addons:
|
addons:
|
||||||
# sauce_connect: true
|
sauce_connect: true
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
|
|
@ -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