Skip to content

Commit

Permalink
chore(CI): update Python for Node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 22, 2021
1 parent 1c72466 commit 0c6db1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,11 @@ before_install:
install:
- echo "Avoid Travis's npm auto-install"
before_script: >
node_version=$(node -v);
if [ ${node_version:1:2} = "17" ]; then
echo "Updating Python"
apk add --update --no-cache python3
fi
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
notifications:
email: false
Expand Down

0 comments on commit 0c6db1a

Please sign in to comment.