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

Commit

Permalink
Add node 11 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 9, 2019
1 parent f392be4 commit 280fce6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
env:
- CXX=g++-4.8
addons:
Expand Down Expand Up @@ -32,6 +33,12 @@ matrix:
- os: linux
node_js: "10"
env: CXX=g++-4.8 TEST_SUITE=lint
- os: linux
node_js: "11"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "11"
env: CXX=g++-4.8 TEST_SUITE=lint
# - os: linux
# node_js: "4"
# env: CXX=g++-4.8 TEST_SUITE=test:browser
Expand Down

0 comments on commit 280fce6

Please sign in to comment.