Skip to content

Commit e75730b

Browse files
committed
Update travis to use ubuntu 20.04 so that stable node.js can be used again.
1 parent 227c4fe commit e75730b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
dist: focal
12
language: node_js
23
node_js:
3-
- 17
4+
- stable
45
sudo: false
56
script:
6-
- npm test
7+
- npm test
78
branches:
89
only:
910
- "/^\\d+\\.\\d+/"

0 commit comments

Comments
 (0)