Browse Source

Update .travis.yml

JC Brand 7 years ago
parent
commit
d36a7b51a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ addons:
     chrome: stable
 node_js:
  - 6
-install: make stamp-npm
+install: make node_modules
 before_script: make serve_bg
 script: make check
 sudo: false