Skip to content

Commit

Permalink
Explicitly run CI tests on Node 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Jan 23, 2021
1 parent 9de149a commit 79c2852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js
sudo: false
node_js:
- '10'
- '12'
- 'lts/*'
- 'stable'
after_script:
Expand Down

0 comments on commit 79c2852

Please sign in to comment.