ソースを参照

Update travis.yml

Garrett Johnson 5 年 前
コミット
9a81fee6d7
1 ファイル変更1 行追加1 行削除
  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