Add branch selection

This commit is contained in:
Daniel 2019-08-20 21:34:26 +02:00
parent c2d7ba143e
commit b8c8abf793

View file

@ -4,6 +4,12 @@ os:
- linux - linux
- windows - windows
branches:
only:
- master
- /^feature\/travis\/.+$/ # feature/travis/*
- /^fix\/travis\/.+$/ # fix/travis/*
install: install:
- go get -d -u github.com/golang/dep - go get -d -u github.com/golang/dep
- go install github.com/golang/dep/cmd/dep - go install github.com/golang/dep/cmd/dep