Skip to content

Commit d883519

Browse files
committed
Test on latest Node versions.
1 parent 42c57e3 commit d883519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: node_js
22
node_js:
33
- 10
4+
- 11
5+
- 12
6+
- 13
7+
- lts/*
48
- node
59
env:
6-
- DEFAULT_NODE_VERSION=10
10+
- DEFAULT_NODE_VERSION=12
711

812
before_script:
913
- npm run build

0 commit comments

Comments
 (0)