mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
remove old test for go 1.11.
This commit is contained in:
parent
7678826bd9
commit
6911e4b321
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -32,16 +32,6 @@ jobs:
|
|||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- go: '1.11.x'
|
||||
script:
|
||||
- sudo modprobe fuse
|
||||
- sudo chmod 666 /dev/fuse
|
||||
- sudo chown root:$USER /etc/fuse.conf
|
||||
- go run build/ci.go install
|
||||
- while sleep 540; do echo "[ still running ]"; done &
|
||||
- go run build/ci.go test -coverage
|
||||
- kill %1
|
||||
|
||||
- stage: Github release
|
||||
go: '1.14.x'
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue