Skip to content

Commit

Permalink
Travis: use container infrastructure for faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
croxxx committed Feb 24, 2017
1 parent 31c2165 commit 599f71e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,15 +1,16 @@
sudo: false
language: csharp
mono:
- 3.12.0

install:
# innosetup
- sudo add-apt-repository -y ppa:ubuntu-wine/ppa
- sudo add-apt-repository -y ppa:arx/release
- sudo apt-get update
- sudo apt-get install wine1.7
- sudo apt-get install innoextract
- sudo apt-get clean
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-wine/ppa'
- sourceline: 'ppa:arx/release'
packages:
- wine1.7
- innoextract

script:
- xbuild /p:Configuration=Release ManicDigger.sln
Expand Down

0 comments on commit 599f71e

Please sign in to comment.