Skip to content

Commit

Permalink
Add Wine to travis build (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA committed Jan 10, 2018
1 parent cb6ae73 commit 8f50a15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -5,8 +5,5 @@ 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
- sudo apt-get install wine

0 comments on commit 8f50a15

Please sign in to comment.