Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Fix travis tests which require wine
Browse files Browse the repository at this point in the history
Somehow now wine is not included on travis
  • Loading branch information
jiahaog committed Oct 9, 2016
1 parent b9974c5 commit c362108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c362108

Please sign in to comment.