From 685a8fe3ce1c63457f502eca3f9944aad8c7e240 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Aug 2016 15:43:22 -0700 Subject: [PATCH] Upgrade wine-darwin version --- test/ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci/before_install.sh b/test/ci/before_install.sh index 67b9aadb..ad371240 100755 --- a/test/ci/before_install.sh +++ b/test/ci/before_install.sh @@ -24,6 +24,6 @@ case "$TRAVIS_OS_NAME" in -in codesign.csr -out codesign.cer openssl pkcs12 -export -in codesign.cer -inkey codesign.key -out codesign.p12 -password pass:12345 security import codesign.p12 -k ~/Library/Keychains/login.keychain -P 12345 -T /usr/bin/codesign - npm install wine-darwin@1.9.16 + npm install wine-darwin@1.9.17-0 ;; esac