Skip to content

Commit

Permalink
CI config
Browse files Browse the repository at this point in the history
Added nuget.exe and travis ci config
  • Loading branch information
edblackburn committed Jun 7, 2014
1 parent 11ddf1a commit 965f175
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added nuget.exe
Binary file not shown.
15 changes: 15 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Travis CI Integration

language: c

install:## Travis CI Integration

language: c

install:
- sudo apt-get install mono-devel mono-gmcs nunit-console
script:
- mono nuget.exe update -self
- mono nuget.exe restore blazey.features.sln
- xbuild blazey.features.sln
- nunit-console features.specs/bin/Debug/features.specs.dll

0 comments on commit 965f175

Please sign in to comment.