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 1c72466 commit 7eab7edCopy full SHA for 7eab7ed
.travis.yml
@@ -13,6 +13,10 @@ before_install:
13
install:
14
- echo "Avoid Travis's npm auto-install"
15
before_script: >
16
+ if [ -n "${UPDATE_PYTHON-}" ]; then
17
+ echo "Updating Python"
18
+ apk add --update --no-cache python3
19
+ fi
20
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
21
notifications:
22
email: false
@@ -29,6 +33,8 @@ jobs:
29
33
include:
30
34
- node_js: 'lts/*'
31
35
env: LINT=true
36
+ - node_js: '17'
37
+ env: UPDATE_PYTHON=true
32
38
after_success:
39
- export NODE_ENV=production
40
- npm run build
0 commit comments