mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-02 11:48:25 +00:00
Fix travis tests which require wine
Somehow now wine is not included on travis
This commit is contained in:
parent
b9974c55b7
commit
c362108c73
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user