diff --git a/.travis.yml b/.travis.yml index 7ee1a278db1fcdde8fba34fd3495d84c7b3a4701..1be94515f21852604b8eb91a2db9240d46f00fed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ language: python # tell travis to cache ~/.cache/pip cache: pip +# only build branches we care about (PRs are built seperately) +branches: + only: + - master + - develop + before_script: - git remote set-branches --add origin develop - git fetch origin develop