Skip to content

Commit

Permalink
Added Travis support (I hope).
Browse files Browse the repository at this point in the history
GH #5
  • Loading branch information
pjf committed Oct 3, 2014
1 parent 7c94478 commit 2f5a85f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CKAN/CKAN/bin/Debug
CKAN/CKAN/obj
CKAN/CKAN.userprefs
CKAN/test-results
CKAN/TestResult.xml
CKAN/Tests/bin
CKAN/Tests/obj
CKAN/Tests/test-results
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: c

install:
- sudo aptget install mono-devel mono-gmcs nunit-console

script:
- cd CKAN
- xbuild CKAN.sln
- nunit-console Tests/bin/Debug/Tests.dll

0 comments on commit 2f5a85f

Please sign in to comment.