Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/use wine devel #67

Merged
merged 9 commits into from
Jun 13, 2020
Prev Previous commit
Next Next commit
test: build with devel and stable wine branches
  • Loading branch information
scottyhardy committed Jun 12, 2020
commit 5dccc58d88b5c1450e99df5b6892380fefa33961
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ dist: bionic
services:
- docker

env:
- WINE_BRANCH=devel
- WINE_BRANCH=stable

script:
- bash build

Expand Down