Skip to content

Commit

Permalink
travis: enable 'build branch updates' on master/stable only (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored and pluskid committed Nov 13, 2017
1 parent 526857e commit 8071186
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ julia:
- 0.6
# - nightly 0.6 supports depends on #170

branches:
only:
- master
- stable
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ # for tagging

# dependent apt packages
addons:
apt:
Expand Down

0 comments on commit 8071186

Please sign in to comment.