ソースを参照

chore: fix travis (#336)

Estevão Soares dos Santos 8 年 前
コミット
a029ab3127
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,10 +1,10 @@
 language: node_js
 node_js:
-  - "0.12"
   - "4.0"
   - "6.0"
 
 before_install:
+  - npm update npm -g
   - npm install -g grunt-cli
 
 #travis build  speed up