Skip to content

Commit c2794d0

Browse files
committed
Move the test step to after_script
1 parent 2422660 commit c2794d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ install:
88
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
99
script:
1010
- xbuild "./src/GitVersion.sln" /property:Configuration="Debug" /verbosity:detailed
11+
after_script:
1112
- mono --debug --runtime=v4.0.30319 ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll -where "cat != NoMono"

0 commit comments

Comments
 (0)