Skip to content

Commit 8439da9

Browse files
committed
ci(travis): only build master and PRs
1 parent 1cfba8b commit 8439da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ stages:
5656
if: branch = master AND type = push AND fork = false
5757

5858
branches:
59-
except:
60-
- /^v\d+\.\d+\.\d+$/
59+
only:
60+
- master

0 commit comments

Comments
 (0)