Skip to content

Commit b32d620

Browse files
committed
Build: Test on Node.js 14
1 parent cfca45f commit b32d620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
4+
- "14"
55
cache:
66
directories:
77
- node_modules
@@ -20,7 +20,7 @@ env:
2020
matrix:
2121
fast_finish: true
2222
include:
23-
- node_js: "8"
23+
- node_js: "14"
2424
env: NPM_SCRIPT=browserstack
2525
script:
2626
- npm run-script $NPM_SCRIPT

0 commit comments

Comments
 (0)