Merge pull request #137 from nextcloud/travis-only-master
Travis: Only build the master branch
This commit is contained in:
commit
15cc747f57
@ -5,6 +5,10 @@ services: docker
|
||||
|
||||
language: bash
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install:
|
||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user