From 0ec2ca979c466d5e6e3d07f02acf56309c244355 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 26 Oct 2022 11:12:19 -0700 Subject: [PATCH] [Tests] update travis to use focal - xenial can't build node 18 - bionic can't build node 0.6 or 18 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5320e7c..c2138af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: generic -dist: xenial +dist: focal addons: apt: packages: @@ -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'