Skip to content

Commit 0e7511a

Browse files
committed
chore(ci): Remove Node 8 and add Node 13
1 parent 3884c39 commit 0e7511a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
dist: xenial
1+
dist: bionic
22
language: node_js
33
node_js:
4-
- '12'
5-
- '10'
6-
- '8'
4+
- 13
5+
- 12
6+
- 10
77
services:
88
- mysql
99
stages:

0 commit comments

Comments
 (0)