91139993 by forbesjo

Merge pull request #333 from forbesjo/fix-travis

Don't prepublish in Travis
2 parents 613f76f2 7f5a8653
......@@ -11,7 +11,7 @@
"license": "Apache-2.0",
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
"prepublish": "if [ -z \"$TRAVIS\" ]; then grunt; fi"
},
"keywords": [
"videojs",
......