Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4392609

Browse files
committed
Update .travis.yml to build for Node 10
1 parent 33fd36e commit 4392609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ language: node_js
1414

1515
node_js:
1616
- "8"
17+
- "10"
1718

1819
env:
1920
- CC=clang CXX=clang++ npm_config_clang=1
@@ -22,4 +23,4 @@ script: npm test
2223

2324
branches:
2425
only:
25-
- master
26+
- master

0 commit comments

Comments
 (0)