Skip to content

Commit

Permalink
travis: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Yoo authored and indutny committed Oct 20, 2018
1 parent b5c0c42 commit 24cc2dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "lts/*"
- "8"
- "10"
- "node"
env:
matrix:
- TEST_SUITE=unit
matrix:
include:
- node_js: "4"
- node_js: "lts/*"
env: TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit 24cc2dd

Please sign in to comment.