mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +00:00
Add branch selection
This commit is contained in:
parent
c2d7ba143e
commit
b8c8abf793
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ os:
|
|||
- linux
|
||||
- windows
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^feature\/travis\/.+$/ # feature/travis/*
|
||||
- /^fix\/travis\/.+$/ # fix/travis/*
|
||||
|
||||
install:
|
||||
- go get -d -u github.com/golang/dep
|
||||
- go install github.com/golang/dep/cmd/dep
|
||||
|
|
Loading…
Add table
Reference in a new issue