Skip to content

Commit c6c2d13

Browse files
fix(travis): Use Node 12
1 parent 30261a8 commit c6c2d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 8
4+
node_js: 12
55
script:
66
- npm run test
77

@@ -27,4 +27,4 @@ deploy:
2727
skip_cleanup: true
2828
script: npx semantic-release
2929
on:
30-
node: 8
30+
node: 12

0 commit comments

Comments
 (0)