Skip to content

Commit 1d35c20

Browse files
author
Daniel Schmidt
committed
fix(ci): use correct node versions
1 parent ad11efa commit 1d35c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- 'latest'
9-
- '10'
8+
- 'node'
9+
- 'lts/*'
1010
after_success:
1111
- npm run travis-deploy-once "npm run semantic-release"
1212
branches:

0 commit comments

Comments
 (0)