Updating Travis CI config file to include running CI on master-v2.0 branch

This commit is contained in:
Renan DelValle 2018-12-19 15:30:22 -08:00
parent 45a4416830
commit b100158080
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -2,6 +2,11 @@ sudo: required
language: go
branches:
only:
- master
- master-v2.0
go:
- "1.10.x"