Run only Sauce Labs on Travis

This commit is contained in:
Piotr Sarnacki 2015-02-16 12:28:40 +01:00
parent 77c92bf369
commit a11f3bd511
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
--- ---
language: node_js language: node_js
addons:
sauce_connect: true
sudo: false sudo: false
cache: cache:

View File

@ -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",