1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-12-29 00:22:57 +00:00

trying to fix travis

This commit is contained in:
Andrea Giammarchi 2016-02-28 17:42:43 +00:00
parent ed59f2ddfe
commit 9f6d6492b1

View File

@ -27,6 +27,6 @@
}, },
"main": "./twemoji.npm.js", "main": "./twemoji.npm.js",
"scripts": { "scripts": {
"test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js" "test": "phantomjs testrunner.js && sleep 1 && phantomjs 2/test/testrunner.js"
} }
} }