Skip to content

Commit

Permalink
- Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 30, 2021
1 parent 7edaed3 commit aece5e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ before_script: >
if [ ${node_version:3:1} = "." ]; then
echo "Node 10+"
if [ ${ESLINT} = "6" ]; then
npm install --no-save "eslint@${ESLINT}" eslint-config-canonical@24.4.4
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" eslint-config-canonical@24.4.4
else
npm install --no-save "eslint@${ESLINT}"
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
fi
else
echo "Node 8+"
npm install --no-save "eslint@${ESLINT}" husky@3.1.0 semantic-release@15.14.0 eslint-config-canonical@18.1.1
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" husky@3.1.0 semantic-release@15.14.0 eslint-config-canonical@18.1.1
fi
notifications:
email: false
Expand Down

0 comments on commit aece5e6

Please sign in to comment.