From 3ab72e0c863a62f8c91feff1f2555277114ac3fd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 10 Feb 2015 10:36:34 +0100 Subject: [PATCH] Try to run chrome on Travis --- .travis.yml | 3 --- testem.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca777b12..8febc08b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ --- language: node_js -addons: - sauce_connect: true - sudo: false cache: diff --git a/testem.json b/testem.json index 769ab748..3705233e 100644 --- a/testem.json +++ b/testem.json @@ -3,8 +3,7 @@ "test_page": "tests/index.html?hidepassed", "launch_in_ci": [ "PhantomJS", - "SL_chrome", - "SL_firefox" + "Chrome" ], "launch_in_dev": [ "PhantomJS",