Skip to content

Commit

Permalink
Update travis to use ubuntu 20.04 so that stable node.js can be used …
Browse files Browse the repository at this point in the history
…again.
  • Loading branch information
dpvc committed Jun 8, 2022
1 parent 227c4fe commit e75730b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,9 +1,10 @@
dist: focal
language: node_js
node_js:
- 17
- stable
sudo: false
script:
- npm test
- npm test
branches:
only:
- "/^\\d+\\.\\d+/"
Expand Down

0 comments on commit e75730b

Please sign in to comment.