diff --git a/.travis.yml b/.travis.yml index b3cb8aa7c8e..1d98ad258f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,10 @@ matrix: depth: false - os: osx osx_image: xcode8.3 +branches: + except: + # Do not build 'continuous' tags + - /^(?i:continuous)$/ before_install: # appdmg doesn't work with old Node.js - if [ "$TRAVIS_OS_NAME" = osx ]; then nvm install 10; fi