Skip to content

Commit 940907b

Browse files
richardlauTrott
authored andcommitted
travis: update for Node.js 12 and 13 (#80)
Add latest current and LTS. Drop Node.js 11.
1 parent a9f7439 commit 940907b

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+
- "13"
67
cache: npm
78
script: 'npm run test-ci'
89
after_script: 'bash <(curl -s https://codecov.io/bash)'

0 commit comments

Comments
 (0)