mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
update .travis.yml
This commit is contained in:
parent
1718a5b66b
commit
2b4c0ce851
1 changed files with 9 additions and 9 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- stage: Tests
|
- stage: Tests
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: A-B tests
|
name: A-B tests
|
||||||
|
|
@ -37,56 +37,56 @@ jobs:
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[a-m].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[a-m].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: C-[a-m] tests
|
name: C-[a-m] tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[n-o].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[n-o].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: C-[n-o] tests
|
name: C-[n-o] tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[p-z].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[p-z].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: C-[p-z] tests
|
name: C-[p-z] tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[d-i].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[d-i].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: D-I tests
|
name: D-I tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[j-n].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[j-n].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: J-N tests
|
name: J-N tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[o-r].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[o-r].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: O-R tests
|
name: O-R tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/s.*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/s.*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: S tests
|
name: S tests
|
||||||
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[t-z].*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[t-z].*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.21.x
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: T-Z tests
|
name: T-Z tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue