diff --git a/.travis.yml b/.travis.yml index 8febc08b..ca777b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ --- language: node_js +addons: + sauce_connect: true + sudo: false cache: diff --git a/testem.json b/testem.json index 3705233e..23afdf07 100644 --- a/testem.json +++ b/testem.json @@ -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",