mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Only trigger travis on master or dev-upgrade
This commit is contained in:
parent
35a00f91a7
commit
a1aee0baf3
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
sudo: required
|
||||
language: go
|
||||
go_import_path: github.com/XinFinOrg/XDPoSChain
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev-upgrade
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Reference in a new issue