Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit fda84d7

Browse files
author
Zane Starr
committed
Update CI to build against node 10
1 parent f35a552 commit fda84d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ language: node_js
44

55
matrix:
66
include:
7-
- node_js: 6
7+
- node_js: 10
88
env: CXX=g++-4.8
9-
- node_js: 8
10-
env: CXX=g++-4.8
11-
# - node_js: stable
12-
# env: CXX=g++-4.8
139

1410
script:
1511
- npm run lint

0 commit comments

Comments
 (0)