Merge pull request #137 from nextcloud/travis-only-master

Travis: Only build the master branch
pull/138/head
Tilo Spannagel 9 years ago committed by GitHub
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…
Cancel
Save