Parcourir la source

Update travis.yml

Garrett Johnson il y a 5 ans
Parent
commit
9a81fee6d7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      travis.yml

+ 1 - 1
travis.yml

@@ -1,7 +1,7 @@
 language: node_js
 node_js:
   - node
-
+before_install:
 script:
   - npm run lint
   - npm test