Skip to content

Commit

Permalink
chore(travis): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 3, 2021
1 parent a4d48ba commit aa71a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_script: >
node_version=$(node -v);
if [ ${node_version:3:1} = "." ]; then
echo "Node 10+"
npm install --no-save "eslint@${ESLINT} eslint-config-canonical@24.4.4"
npm install --no-save "eslint@${ESLINT}" eslint-config-canonical@24.4.4
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
Expand Down

0 comments on commit aa71a76

Please sign in to comment.