Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
ci: use node versions 8, 10, 11 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Feb 21, 2019
1 parent eb74e99 commit 2caf828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"
- "11"
env:
- CXX=g++-4.8
addons:
Expand All @@ -18,9 +18,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "6"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "6"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit 2caf828

Please sign in to comment.