From 9f6d6492b1675aed7b7f84c76cffa292f02af239 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Sun, 28 Feb 2016 17:42:43 +0000 Subject: [PATCH] trying to fix travis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b08fee6f..e86ca97e 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "main": "./twemoji.npm.js", "scripts": { - "test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js" + "test": "phantomjs testrunner.js && sleep 1 && phantomjs 2/test/testrunner.js" } }