Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Apr 16, 2016
1 parent f3ab774 commit f7dd8dd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.11"
- "0.12"
- "iojs"
- "4"
- "5"
env:
matrix:
- TEST_SUITE=unit
matrix:
include:
- node_js: "4"
env: TEST_SUITE=lint
script: npm run-script $TEST_SUITE

0 comments on commit f7dd8dd

Please sign in to comment.