Skip to content

Commit

Permalink
Added Travis CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Mar 21, 2013
1 parent 8f96de6 commit 00d84ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: c

install:
- sudo apt-get update > /dev/null
- sudo apt-get install mono-devel nunit-console > /dev/null

script:
- xbuild leveldb-sharp.sln
- nunit-console bin/Debug/leveldb-sharp-tests.dll

0 comments on commit 00d84ca

Please sign in to comment.