From f11c06e36f6e44eede6dda3fe971443e189081f0 Mon Sep 17 00:00:00 2001 From: kushthedude Date: Sat, 17 Aug 2019 23:02:13 +0530 Subject: [PATCH] Push Build only for Master or Development --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8f8542d7e..c73a67e435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,8 @@ script: after_success: - 'bash <(curl -s https://codecov.io/bash)' - bash scripts/push_api_docs.sh + +branches: + only: + - master + - development