Skip to content

Commit c398fcf

Browse files
committed
Avoid branch builds on PRs
With the merge build is enough. Only master branch is to be tested.
1 parent 623d998 commit c398fcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ addons:
1919
packages:
2020
- docker-ce
2121

22+
branches:
23+
only:
24+
- master
25+
2226
env:
2327
matrix:
2428
- DOCKER_TAG=9.6-alpine

0 commit comments

Comments
 (0)