Skip to content

Commit

Permalink
[Tests] update travis to use focal
Browse files Browse the repository at this point in the history
 - xenial can't build node 18
 - bionic can't build node 0.6 or 18
  • Loading branch information
ljharb committed Oct 26, 2022
1 parent b86c91e commit 0ec2ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: generic
dist: xenial
dist: focal
addons:
apt:
packages:
Expand All @@ -22,6 +22,7 @@ before_install:
- bash --version | head
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
- pyenv local 3.9
install:
- if [ -z "${SHELLCHECK-}" ]; then nvm install 16 && nvm unalias default && npm install && npm prune && npm ls urchin doctoc eclint dockerfile_lint; fi
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
Expand Down

0 comments on commit 0ec2ca9

Please sign in to comment.