Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
panesofglass committed Apr 25, 2015
1 parent 77453f4 commit c2e744c
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .travis.yml
@@ -1,22 +1,6 @@
language: c
language: csharp

install:
- curl -sLo /tmp/mono.gpg http://download.mono-project.com/repo/xamarin.gpg
- sudo apt-key add /tmp/mono.gpg
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo apt-get update -qq
- sudo apt-get install -qq mono-complete nuget mono-vbnc fsharp libgdiplus=2.10-3
- mozroots --import --sync --quiet
- mkdir ~/.config/.mono/keypairs
- chmod 700 ~/.config/.mono/keypairs
sudo: false # use the new container-based Travis infrastructure

script:
script:
- ./build.sh All

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/37eb77d4883119b07df7
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit c2e744c

Please sign in to comment.