Skip to content

Commit 137066a

Browse files
committed
test on NodeJS 12 and latest (currently 13)
1 parent 28443bd commit 137066a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22
node_js:
33
- "8"
44
- "10"
5-
- "11"
5+
- "12"
6+
- "node"
67
before_install:
78
- curl -o- -L https://yarnpkg.com/install.sh | bash
89
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)