aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-03-30 00:21:12 +0200
committerKate Ward <kate.ward@forestent.com>2020-03-30 00:21:12 +0200
commit5a723f81f03f6c4f076b8a06a1f550d6a4767796 (patch)
treecf0f32817caf0209f890519125330d3a6c58322d
parentfb36b54d9f3a66b6c1d1c84df6e7e16ef2f2e4a4 (diff)
downloadshflags-5a723f81f03f6c4f076b8a06a1f550d6a4767796.tar.gz
Limit which branches and tags will be tested.
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f773ce9..66a0c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,10 @@ matrix:
# Run the source through ShellCheck (http://www.shellcheck.net).
- shellcheck *_test.sh
- shellcheck -s sh shflags shflags_test_helpers
+
+branches:
+ only:
+ - master
+ - 1.0.x
+ # Tags, e.g. v.1.2.3.
+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/