Explorar el Código

Merge branch 'master' into bootstrap4

JC Brand hace 7 años
padre
commit
af5a9fbfc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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