Skip to content

Commit

Permalink
Try language-csharp in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed May 18, 2015
1 parent df73ac1 commit b716f36
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
language: emacs-lisp
language: csharp

matrix:
fast_finish: true

before_install:
- sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo add-apt-repository -y ppa:cassou/emacs
- sudo apt-get update -qq

install:
- sudo apt-get install -yq mono-complete nuget
- sudo apt-get install -yq fsharp
sudo: false

script:
- ./build.sh Test
Expand Down

0 comments on commit b716f36

Please sign in to comment.