Skip to content

Commit

Permalink
chore: install Wine via homebrew on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 20, 2019
1 parent 6075368 commit 51cce5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ci/before_install.sh
Expand Up @@ -9,9 +9,9 @@ case "$TRAVIS_OS_NAME" in
;;
"osx")
"$(dirname $0)"/codesign/import-testing-cert-ci.sh
npm install --no-save wine-darwin@1.9.17-1
brew install wine
# Setup ~/.wine by running a command
./node_modules/.bin/wine hostname
wine hostname
if [[ -n "$TRAVIS" ]]; then
npm install -g yarn
fi
Expand Down

0 comments on commit 51cce5b

Please sign in to comment.