Skip to content
Snippets Groups Projects
Commit c68b9434 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

FIX: use travis only on master branches

parent 7889e391
Branches
No related merge requests found
......@@ -25,3 +25,7 @@ script:
- mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG}
- mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe --labels=ON TestCodeGenerator/bin/Debug/TestCodeGenerator.dll
- mono NunitReportParser/bin/Debug/NunitReportParser.exe ${TRAVIS_BUILD_DIR} ${TRAVIS_REPO_SLUG}
branches:
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment