We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424930 commit adb0905Copy full SHA for adb0905
.travis.yml
@@ -1,5 +1,9 @@
1
-before_script:
2
- - sudo npm install -g grunt-cli
3
- - sudo npm install
+language: node_js
+
+node_js:
4
+ - "0.10"
5
6
+before_install:
7
+ - npm install -g grunt-cli
8
9
script: grunt --verbose
package.json
@@ -9,6 +9,6 @@
},
10
"license": "BSD",
11
"engines": {
12
- "node": ">=0.8"
+ "node": ">=0.10"
13
}
14
0 commit comments