Skip to content

Commit

Permalink
Add linting to Travis, and fix 0.10 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 25, 2014
1 parent 5aeb083 commit 802c46b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- 0.8
- 0.10
- "0.8"
- "0.10"
script:
npm run lint && npm test

0 comments on commit 802c46b

Please sign in to comment.