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 0c6db1aCopy full SHA for 0c6db1a
.travis.yml
@@ -13,6 +13,11 @@ before_install:
13
install:
14
- echo "Avoid Travis's npm auto-install"
15
before_script: >
16
+ node_version=$(node -v);
17
+ if [ ${node_version:1:2} = "17" ]; then
18
+ echo "Updating Python"
19
+ apk add --update --no-cache python3
20
+ fi
21
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
22
notifications:
23
email: false
0 commit comments