Skip to content

Commit dae1d2d

Browse files
committed
Travis now runs jshint
Ditching old node versions because test libs don't work well with them
1 parent 22a7d33 commit dae1d2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ language: node_js
22
node_js:
33
- "0.11"
44
- "0.10"
5-
- "0.8"
6-
- "0.6"
5+
script:
6+
- npm test
7+
- npm run lint

0 commit comments

Comments
 (0)