Skip to content

Commit

Permalink
nth time lucky with .travis.yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Pilar Guerra Arias committed Jul 10, 2013
1 parent 203956a commit 821964d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,13 +1,13 @@
language: c

before_install:
# Make sure mono is installed,
# pipe stdout to dev/null because qq is still too chatty
- sudo apt-get update -qq > /dev/null
- sudo apt-get install -qq mono-devel > /dev/null
# Make sure mono is installed,
# pipe stdout to dev/null because qq is still too chatty
- sudo apt-get update -qq > /dev/null
- sudo apt-get install -qq mono-devel > /dev/null

env:
- EnableNuGetPackageRestore=true
- EnableNuGetPackageRestore=true

script:
- xbuild src/threescale.NET.sln
- xbuild src/threescale.NET.sln

0 comments on commit 821964d

Please sign in to comment.