Skip to content

Commit 148a3c8

Browse files
committed
Drop node 8, add node 14
1 parent 62b5235 commit 148a3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ env:
66

77
language: node_js
88
node_js:
9+
- "14"
910
- "12"
1011
- "10"
11-
- "8"
1212

1313
before_install:
1414
- "mysql -e 'drop database if exists session_test; create database session_test;'"
1515

1616
install: npm install
17+
script: npm test

0 commit comments

Comments
 (0)