Skip to content

Commit 5c223bc

Browse files
author
stefanks
authored
Merge pull request #145 from smith-chem-wisc/stefanks-patch-1
Update .travis.yml
2 parents ccb284e + babcdb0 commit 5c223bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ script:
1212
- xbuild /p:Configuration=TestAndReleaseTravis MetaMorpheus.sln
1313
- mono ./testrunner/NUnit.ConsoleRunner.*/tools/nunit3-console.exe ./Test/bin/Release/Test.dll
1414
- tar -zcvf MonoCommandLine.tar.gz -C MetaMorpheusCommandLine/bin/Release .
15-
- mono ./MetaMorpheusCommandLine/bin/Release/MetaMorpheusCommandLine.exe
15+
- cd MetaMorpheusCommandLine/bin/Release
16+
- mono ./MetaMorpheusCommandLine.exe
1617
deploy:
1718
provider: releases
1819
api_key:

0 commit comments

Comments
 (0)