Skip to content

Commit

Permalink
chore(travis): fix Travis to use older unicorn version that supports …
Browse files Browse the repository at this point in the history
…Node 6 (and the canonical config that requires the earlier unicorn version)
  • Loading branch information
brettz9 committed Jul 13, 2019
1 parent e52d763 commit 44a353e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ node_js:
before_install:
- npm config set depth 0
before_script:
- 'if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
- 'if [ "${ESLINT-}" == "6" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
- 'if [ "${ESLINT-}" == "5" ]; then npm install --no-save "eslint@${ESLINT}" eslint-config-canonical@17.1.2 eslint-plugin-unicorn@8.0.2 ; fi'
notifications:
email: false
sudo: false
Expand Down

0 comments on commit 44a353e

Please sign in to comment.