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

Commit 379e782

Browse files
committed
ci: use node versions 8, 10, 11 for travis
1 parent 09861d3 commit 379e782

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
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
33
- "8"
4-
- "9"
4+
- "10"
5+
- "11"
56
env:
67
- CXX=g++-4.8
78
addons:

0 commit comments

Comments
 (0)