Configure travis to install mono and run the C# tests from within the Gruntfile

This commit is contained in:
Armin Sander
2015-11-19 21:27:58 +01:00
parent 79d7291906
commit e848706911
2 changed files with 16 additions and 3 deletions

View File

@@ -2,13 +2,17 @@ language: node_js
node_js:
- "0.12"
sudo: false
sudo: true
before_install:
- npm install grunt-cli -g
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get -qq update
- sudo apt-get -qq install mono-devel referenceassemblies-pcl nunit
addons:
apt:
packages:
- gcc