Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Adopt working Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
suhrmann committed Nov 6, 2020
1 parent 02674e1 commit b2b34a8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ cache:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
# From "How do I use MSYS2?" on windows to fix deployment errors (2020-11-06)
#- $HOME/AppData/Local/Temp/chocolatey
#- /C/tools/msys64
# How do I use MSYS2? - See: https://docs.travis-ci.com/user/reference/windows#how-do-i-use-msys2
- $HOME/AppData/Local/Temp/chocolatey
- /C/tools/msys64

before_install:
# Install yarn on all OS
- yarn
# Install MSYS2 on windows to fix deployment errors (2020-11-06)
# See https://docs.travis-ci.com/user/reference/windows/#how-do-i-use-msys2
# How do I use MSYS2? - See: https://docs.travis-ci.com/user/reference/windows#how-do-i-use-msys2
- |-
case $TRAVIS_OS_NAME in
windows)
Expand All @@ -57,9 +56,8 @@ before_install:
;;
esac
before_cache:
# From "How do I use MSYS2?" on windows to fix deployment errors (2020-11-06)
# How do I use MSYS2? - See: https://docs.travis-ci.com/user/reference/windows#how-do-i-use-msys2
- |-
case $TRAVIS_OS_NAME in
windows)
Expand Down

0 comments on commit b2b34a8

Please sign in to comment.