Run only Sauce Labs on Travis

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

View File

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

View File

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