Skip to content

Commit

Permalink
Add Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken committed Apr 21, 2017
1 parent 4ed2206 commit 55d6f8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: csharp
solution: Sharpy.sln
install:
- sudo apt-get install nunit-console
- nuget restore Sharpy.sln
script:
- xbuild /p:Configuration=Release Sharpy.sln
- nunit-console Tests/bin/Release/Tests.dll

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Sharpy
[![Build Status](https://travis-ci.org/inputfalken/Sharpy.svg?branch=master)](https://travis-ci.org/inputfalken/Sharpy)

This is a hobby project of mine where the goal is to have an easy way of generating some fake data.

Expand Down

0 comments on commit 55d6f8a

Please sign in to comment.