mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
travis: drop 386 test job
This commit is contained in:
parent
eb460181c9
commit
695ee78bc3
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -26,19 +26,6 @@ matrix:
|
|||
- go run build/ci.go install
|
||||
- go run build/ci.go test -coverage
|
||||
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
go: 1.9.x
|
||||
env:
|
||||
- 386
|
||||
script:
|
||||
- sudo modprobe fuse
|
||||
- sudo chmod 666 /dev/fuse
|
||||
- sudo chown root:$USER /etc/fuse.conf
|
||||
- GOARCH=386 go run build/ci.go install
|
||||
- GOARCH=386 go run build/ci.go test -coverage
|
||||
|
||||
- os: osx
|
||||
go: 1.9.x
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue