Skip to content

Commit 88eb22e

Browse files
authored
Build: Test on Node.js 14, stop testing on Node.js 8 & 13
Closes gh-4678
1 parent 46f9810 commit 88eb22e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
os: linux
33
node_js:
4-
- "8"
54
- "10"
65
- "12"
7-
- "13"
6+
- "14"
87
env:
98
- NPM_SCRIPT=test:browserless
109
jobs:

0 commit comments

Comments
 (0)