Skip to content

Commit

Permalink
chore(ci): run on Node 10 and 12
Browse files Browse the repository at this point in the history
To avoid surprises such as nodejs/node#24294
  • Loading branch information
gustavohenke committed May 25, 2020
1 parent 5fc4296 commit 47a1e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: node_js
node_js:
- 10
- 12
script:
- npm run build
- npm test
Expand Down

0 comments on commit 47a1e0e

Please sign in to comment.