Skip to content

Commit

Permalink
remove \t from .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Pilar Guerra Arias committed Jul 10, 2013
1 parent db39251 commit 203956a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
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

env:
- EnableNuGetPackageRestore=true
- EnableNuGetPackageRestore=true

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

0 comments on commit 203956a

Please sign in to comment.