diff --git a/.travis.yml b/.travis.yml index ed190cd1628f47047b3b8a7c934aa1efdc2d2f23..d26351a6767e879e2c487f362a313e522303be0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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