Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit 77db06c

Browse files
committed
chore: test node v12 once
1 parent 70b8a25 commit 77db06c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
- 9
55
- 10
66
- 11
7-
- 12
87
cache: npm
98
after_success:
109
- npm run coverage
@@ -25,10 +24,10 @@ env:
2524
jobs:
2625
include:
2726
- stage: deploy
28-
node_js: 11
27+
node_js: 12
2928
deploy:
3029
provider: script
3130
script: bash ./.travis/deploy.sh
3231
on:
3332
branch: master
34-
node: '11'
33+
node: '12'

0 commit comments

Comments
 (0)