Skip to content

Commit

Permalink
Upgrade and configure wine on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Aug 17, 2016
1 parent f52d168 commit dccc008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ branches:
env:
global:
# coveralls token
secure: hG3cs8/tOGTa8IPewVuahcp1f8gwsk/rX7ReUBPag6cdZdJpkbjzxp8R97mhhCrFOP/fvX8zAbCelXvvhME/mjZTFgzSNHLBL/SJreHP5m2B1yxXkroiQFu1qwewvzzKmfcs5W1CD8J8WbJuBk9zozDQG9c1OxTaK87tBGh1xik=
- secure: hG3cs8/tOGTa8IPewVuahcp1f8gwsk/rX7ReUBPag6cdZdJpkbjzxp8R97mhhCrFOP/fvX8zAbCelXvvhME/mjZTFgzSNHLBL/SJreHP5m2B1yxXkroiQFu1qwewvzzKmfcs5W1CD8J8WbJuBk9zozDQG9c1OxTaK87tBGh1xik=
# prevent wine popup dialogs about installing additional packages
- WINEDLLOVERRIDES="mscoree,mshtml="
4 changes: 3 additions & 1 deletion test/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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 [email protected]
npm install [email protected]
# Setup ~/.wine by running a command
wine hostname
;;
esac

0 comments on commit dccc008

Please sign in to comment.