Skip to content

Commit ff4620e

Browse files
committed
Added linting to Travis-CI job
1 parent c633b7c commit ff4620e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: node_js
2+
3+
# test on these node.js versions
24
node_js:
35
- "0.8"
4-
- "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

Comments
 (0)