Browse Source

Fix clean invocation on travis

Steven Silvester 8 years ago
parent
commit
d64c5c4853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -22,7 +22,7 @@ if [[ $GROUP == tests ]]; then
 
     # Run the JS and python tests
     py.test
-    npm clean
+    npm run clean
     npm run build:src
     npm run build:test
     npm test