mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 01:40:44 +00:00
remove build and test.
This commit is contained in:
parent
44d7050ba1
commit
79fe3aacd7
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -19,19 +19,6 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- go run build/ci.go lint
|
- go run build/ci.go lint
|
||||||
|
|
||||||
- stage: Build
|
|
||||||
go: '1.14.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
|
|
||||||
after_success:
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
|
|
||||||
- stage: Tests
|
- stage: Tests
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue