Skip to content

Commit

Permalink
Don't build the continuous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Jul 19, 2019
1 parent d0a0457 commit b4e36ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e36ec

Please sign in to comment.