We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb284e + babcdb0 commit 5c223bcCopy full SHA for 5c223bc
.travis.yml
@@ -12,7 +12,8 @@ script:
12
- xbuild /p:Configuration=TestAndReleaseTravis MetaMorpheus.sln
13
- mono ./testrunner/NUnit.ConsoleRunner.*/tools/nunit3-console.exe ./Test/bin/Release/Test.dll
14
- tar -zcvf MonoCommandLine.tar.gz -C MetaMorpheusCommandLine/bin/Release .
15
-- mono ./MetaMorpheusCommandLine/bin/Release/MetaMorpheusCommandLine.exe
+- cd MetaMorpheusCommandLine/bin/Release
16
+- mono ./MetaMorpheusCommandLine.exe
17
deploy:
18
provider: releases
19
api_key:
0 commit comments