Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Sep 22, 2016
1 parent 4bdece4 commit f112f47
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
@@ -1,6 +1,17 @@
sudo: false
os:
- linux
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "node"
- "6"
env:
matrix:
- TEST_SUITE=unit
matrix:
include:
- os: linux
node_js: "6"
env: TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit f112f47

Please sign in to comment.