From c68b943437c8de0588c2a03153074a2d342538f3 Mon Sep 17 00:00:00 2001 From: Anton Bagliy <taccessviolation@gmail.com> Date: Thu, 3 Oct 2019 20:10:46 +0300 Subject: [PATCH] FIX: use travis only on master branches --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed190cd..d26351a 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 -- GitLab