Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit a7bfe26

Browse files
alcuadrados1na
authored andcommitted
Update travis config to support node 8, 10, 11, and 12 (#207)
1 parent 3b28716 commit a7bfe26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
node_js:
3-
- "6"
43
- "8"
54
- "10"
6-
env:
7-
- CXX=g++-4.8
5+
- "11"
6+
- "12"
87
addons:
98
firefox: "latest"
109
apt:

0 commit comments

Comments
 (0)