Skip to content

Commit b7c50d7

Browse files
committed
Fix nunit path
1 parent 3e32032 commit b7c50d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ cache: apt
1111

1212
script:
1313
- xbuild /p:Configuration=Release
14-
- mono src/packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./src/InEngine.Core.Test/bin/Release/InEngine.Core.Test.dll
14+
- mono ./packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./InEngine.Core.Test/bin/Release/InEngine.Core.Test.dll
1515

0 commit comments

Comments
 (0)