Skip to content

Commit

Permalink
chore(travis): Let prettier have its way with indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 7, 2019
1 parent d8d33f7 commit 892ebc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -55,13 +55,13 @@ matrix:
cache: npm

before_install:
- |
case "${TRAVIS_OS_NAME}" in
"windows")
# yarn isn't installed by default
npm install --global yarn
;;
esac
- |
case "${TRAVIS_OS_NAME}" in
"windows")
# yarn isn't installed by default
npm install --global yarn
;;
esac
install: npm ci

Expand Down

0 comments on commit 892ebc2

Please sign in to comment.