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