Skip to content

Commit

Permalink
Build: Set Travis to sudo:false and add node 0.12/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan authored and phated committed Sep 27, 2016
1 parent d00eb59 commit 4604c88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "stable"
after_script:
- npm run coveralls
- npm run lint

0 comments on commit 4604c88

Please sign in to comment.