Run only Sauce Labs on Travis
This commit is contained in:
parent
77c92bf369
commit
a11f3bd511
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
|
addons:
|
||||||
|
sauce_connect: true
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"framework": "qunit",
|
"framework": "qunit",
|
||||||
"test_page": "tests/index.html?hidepassed",
|
"test_page": "tests/index.html?hidepassed",
|
||||||
"launch_in_ci": [
|
"launch_in_ci": [
|
||||||
"PhantomJS",
|
"SL_chrome",
|
||||||
"Chrome"
|
"SL_firefox"
|
||||||
],
|
],
|
||||||
"launch_in_dev": [
|
"launch_in_dev": [
|
||||||
"PhantomJS",
|
"PhantomJS",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user