We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae2994 commit c62a945Copy full SHA for c62a945
1 file changed
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - "0.10"
+ - "6.7.0"
5
before_install:
6
- - npm install npm@1.4 -g
+ - npm install npm -g
7
before_script:
8
- npm install -g grunt-cli
9
script:
0 commit comments