Skip to content

Commit 58d62a5

Browse files
authored
Add more Node versions to Travis
1 parent 6cd5b59 commit 58d62a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ matrix:
66
include:
77
- node_js: '10'
88
- node_js: '12'
9+
- node_js: '14'
10+
- node_js: 'lts/*'
911
- node_js: 'node'
1012
env: DOCUMENTATION_BUILD=true DOCKER_BUILD=true
1113
install: yarn install --pure-lockfile

0 commit comments

Comments
 (0)