Fix travis tests which require wine

Somehow now wine is not included on travis
This commit is contained in:
Goh Jia Hao 2016-10-09 13:19:06 +08:00
parent b9974c55b7
commit c362108c73
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ node_js:
- "node"
- "5"
- "4"
before_install:
# install wine
- sudo add-apt-repository -y ppa:wine/wine-builds && sudo apt-get update && sudo apt-get install -y --install-recommends winehq-devel
install:
- npm run dev-up
script: