2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 11:22:20 +00:00

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

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: