diff --git a/.travis.yml b/.travis.yml index 50ad228..bb5a19d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,11 @@ dist: trusty # Exclude ghpages, # but even better, don't build branch and PR, just PR +# Include tags starting with v and a digit branches: only: - master + - /^v\d/ cache: ccache: true