Skip to content

Commit b73a968

Browse files
committed
Add Travis configuration.
1 parent b463c33 commit b73a968

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: csharp
2+
mono: latest
3+
solution: Naggum.sln
4+
install:
5+
- nuget restore Naggum.sln
6+
- nuget install xunit.runner.console -Version 2.1.0 -OutputDirectory testrunner
7+
script:
8+
- xbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5" Naggum.sln
9+
- mono ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./Naggum.Test/bin/Release/Naggum.Test.dll

Naggum.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ EndProject
2525
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{F85A1ACB-4A60-46A9-856D-92A3C9B97402}"
2626
ProjectSection(SolutionItems) = preProject
2727
.editorconfig = .editorconfig
28+
.travis.yml = .travis.yml
2829
appveyor.yml = appveyor.yml
2930
License.md = License.md
3031
Readme.md = Readme.md

0 commit comments

Comments
 (0)