Skip to content

Commit

Permalink
Add Wine to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA committed Jan 10, 2018
1 parent 33b03f6 commit cb6ae73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,10 @@ node_js:
- '9'
sudo: false
script: yarn run build
before_install:
- sudo dpkg --add-architecture i386
- wget -nc https://dl.winehq.org/wine-builds/Release.key
- sudo apt-key add Release.key
- sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
- sudo apt-get update
- sudo apt-get install --install-recommends winehq-stable

0 comments on commit cb6ae73

Please sign in to comment.