Updating Travis CI config file to include running CI on master-v2.0 branch
This commit is contained in:
parent
45a4416830
commit
b100158080
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ sudo: required
|
|||
|
||||
language: go
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master-v2.0
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue