mirror of
https://github.com/safing/portbase
synced 2025-09-02 18:50:14 +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
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue