Skip to content

Commit

Permalink
Travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesemacfly committed Dec 15, 2014
1 parent 0348c15 commit 91955d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: csharp
env:
- EnableNuGetPackageRestore=true
install:
- sudo apt-get install mono-devel mono-gmcs nunit-console
script:
- xbuild /p:Configuration=Release MTAServiceStatus.sln
solution: MTAServiceStatus.sln
before_install:
- sudo apt-get install nunit-console
before_script:
- nuget restore MTAServiceStatus.sln
after_script:
- nunit-console Tests/bin/Release/Tests.dll
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/cheesemacfly/MTAServiceStatus.svg?branch=master)](https://travis-ci.org/cheesemacfly/MTAServiceStatus)
[![Build status](https://ci.appveyor.com/api/projects/status/g03ekujid04nep5m?svg=true)](https://ci.appveyor.com/project/cheesemacfly/mtaservicestatus)
[![Build status](https://ci.appveyor.com/api/projects/status/g03ekujid04nep5m/branch/master?svg=true)](https://ci.appveyor.com/project/cheesemacfly/mtaservicestatus/branch/master)

###What?

Expand Down

0 comments on commit 91955d2

Please sign in to comment.