mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Merge pull request #137 from nextcloud/travis-only-master
Travis: Only build the master branch
This commit is contained in:
commit
15cc747f57
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue