We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8d6e commit df92e65Copy full SHA for df92e65
.travis.yml
@@ -9,6 +9,8 @@ os:
9
- linux
10
- osx
11
# windows - removed 'cos travis have made non-backward-compatible move to nvs on windows (travis-ci.community/t/12393) - sigh!
12
+dist: jammy # as of Sep 2022 travis defaults Linux to xenial, which is incompatible with node.js 18.x.x
13
+osx_image: xcode13.2 # as of Sep 2022 travis defaults macOS to 10.13, which is incompatible with node.js 18.x.x
14
15
after_success:
16
- c8 -r text-lcov npm test | coveralls
0 commit comments