Skip to content

Commit d20af1a

Browse files
committed
fixed up travis file a bit. theres really no need to test 0.6 everytime. also dont need to install grunt globally... might get beat up for doing something like that.
1 parent e5c09de commit d20af1a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
# test on these node.js versions
44
node_js:
55
- "0.8"
6-
- "0.6"
76

87
before_script:
98
# Run lint on every commit
10-
- npm install -g grunt
9+
- npm install grunt
1110
- npm install
1211
- grunt lint

0 commit comments

Comments
 (0)