Skip to content

Commit 6aa137e

Browse files
committed
Removes node 8 from ci
1 parent ff6ae61 commit 6aa137e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "node"
4-
- "10"
5-
- "8"
6-
install: npm install
3+
- 'node'
4+
- '10'
5+
install: npm install

0 commit comments

Comments
 (0)