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