mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +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
|
sudo: required
|
||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/XinFinOrg/XDPoSChain
|
go_import_path: github.com/XinFinOrg/XDPoSChain
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- dev-upgrade
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue