Skip to content

Commit 2e02e40

Browse files
authored
chore: update travis (#16)
1 parent 89910f6 commit 2e02e40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ language: node_js
33
node_js:
44
- '6'
55
- '8'
6+
- '10'
7+
- '12'
8+
before_install:
9+
- npm i npminstall -g
610
install:
7-
- npm i npminstall && npminstall
11+
- npminstall
812
script:
913
- npm run ci
1014
after_script:
1115
- npminstall codecov && codecov
12-
services:
16+
services:
1317
- mysql

0 commit comments

Comments
 (0)