We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c633b7c commit ff4620eCopy full SHA for ff4620e
1 file changed
.travis.yml
@@ -1,4 +1,12 @@
1
language: node_js
2
+
3
+ # test on these node.js versions
4
node_js:
5
- "0.8"
- - "0.6"
6
+ - "0.6"
7
8
+ before_script:
9
+ # Run lint on every commit
10
+ - npm install -g grunt
11
+ - npm install
12
+ - grunt lint
0 commit comments