From d38a3a6c53a5763c3121d4065195dbfaf9cf9d92 Mon Sep 17 00:00:00 2001 From: Haydn Ewers Date: Fri, 2 Oct 2015 12:20:50 +0930 Subject: [PATCH] Change travis-ci testing browser to Firefox. --- scripts/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test b/scripts/test index 147aab9..1c47b2a 100755 --- a/scripts/test +++ b/scripts/test @@ -4,7 +4,7 @@ if [ "$TARGET" = "browser" ] then - ./node_modules/.bin/browserify spec/client.js -t babelify | node_modules/.bin/tape-run + ./node_modules/.bin/browserify spec/client.js -t babelify | node_modules/.bin/tape-run -b firefox exit $? elif [ "$TARGET" = "node" ] then -- 2.51.2