We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1682780 commit cb58d07Copy full SHA for cb58d07
1 file changed
.travis.yml
@@ -10,6 +10,7 @@ node_js:
10
- "7"
11
- "8"
12
- "9"
13
+ - "10"
14
addons:
15
apt:
16
sources:
@@ -25,7 +26,7 @@ matrix:
25
26
fast_finish: true
27
include:
28
- os: linux
- node_js: "8"
29
+ node_js: "10"
30
env: TEST_SUITE=lint
31
before_install:
32
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-6; fi
0 commit comments