Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
build with a more recent version of Mono
  • Loading branch information
Mailaender committed May 19, 2015
1 parent 30253dd commit 10255fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: c
language: csharp
mono: 3.12.0
install:
- sudo apt-get update -yqq
- sudo apt-get install mono-devel mono-xbuild libgtk2.0-cil-dev intltool nunit-console yelp-tools -yqq
- sudo apt-get install libglib2.0-cil-dev libgtk2.0-cil-dev intltool nunit-console yelp-tools -yqq
script:
- ./autogen.sh && make
- make test
Expand Down

0 comments on commit 10255fd

Please sign in to comment.