mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +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
|
language: bash
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue