Skip to content

Commit

Permalink
Create .travis.yaml for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Nov 4, 2013
1 parent 059e3bd commit dff0c5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: c

install:
- sudo apt-get install mono-devel mono-gmcs nunit-console

script:
- xbuild Eto.Parse.sln
- nunit-console Eto.Parse.Tests/bin/Debug/Eto.Parse.Tests.dll

0 comments on commit dff0c5a

Please sign in to comment.