Skip to content

Commit

Permalink
updated travis.ci to use official Xamarin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xplicit committed Sep 28, 2014
1 parent 00b13ff commit d7ee554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: c

before_install:
#add badgerpots ppa key
- wget http://badgerports.org/directhex.ppa.asc
- sudo apt-key add directhex.ppa.asc
#add bagderport repository
- sudo apt-get install python-software-properties
- sudo add-apt-repository "deb http://badgerports.org $(lsb_release -sc) main"
#add xamarin ppa key
- wget http://download.mono-project.com/repo/xamarin.gpg
- sudo apt-key add xamarin.gpg
#add xamarin repository
- echo "deb http://download.mono-project.com/repo/debian wheezy main" > /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update
#install mono
- sudo apt-get install mono-devel
Expand Down

0 comments on commit d7ee554

Please sign in to comment.