Skip to content

Commit c62a945

Browse files
committed
Try to fix travis build
1 parent 1ae2994 commit c62a945

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "0.10"
4+
- "6.7.0"
55
before_install:
6-
- npm install npm@1.4 -g
6+
- npm install npm -g
77
before_script:
88
- npm install -g grunt-cli
99
script:

0 commit comments

Comments
 (0)