7f5a8653 by jforbes

Don't prepublish in Travis

1 parent 613f76f2
......@@ -11,7 +11,7 @@
"license": "Apache-2.0",
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
"prepublish": "if [ -z \"$TRAVIS\" ]; then grunt; fi"
},
"keywords": [
"videojs",
......