Garrett Johnson 5 anni fa
parent
commit
9a81fee6d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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