From a11f3bd5116679cc4bd93a3773d0524f9daa3759 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 16 Feb 2015 12:28:40 +0100 Subject: [PATCH] Run only Sauce Labs on Travis --- .travis.yml | 3 +++ testem.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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",