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 7eab7ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,10 @@ before_install:
install:
- echo "Avoid Travis's npm auto-install"
before_script: >
if [ -n "${UPDATE_PYTHON-}" ]; then
echo "Updating Python"
apk add --update --no-cache python3
fi
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
notifications:
email: false
Expand All @@ -29,6 +33,8 @@ jobs:
include:
- node_js: 'lts/*'
env: LINT=true
- node_js: '17'
env: UPDATE_PYTHON=true
after_success:
- export NODE_ENV=production
- npm run build
Expand Down

0 comments on commit 7eab7ed

Please sign in to comment.