Skip to content

Commit 33744a0

Browse files
authored
Merge pull request ds300#183 from DanielRuf/ci/test-nodejs-12-latest
test on NodeJS 12 and latest (currently 13)
2 parents 28443bd + 137066a commit 33744a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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)