Skip to content

Commit 73194e2

Browse files
committed
ci(travis): update TravisCI to Node 10
1 parent a0513bc commit 73194e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache:
44
- ~/.npm
55
notifications:
66
email: false
7-
node_js: '8'
7+
node_js: '10'
88
install: npm install
99
script: npm run validate
1010
after_success: test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && npx semantic-release

0 commit comments

Comments
 (0)