travis.yml: remove Go 1.9 (#17807)

This commit is contained in:
Anton Evangelatov 2018-10-02 11:26:32 +02:00 committed by Felix Lange
parent 0bf3065fb4
commit 26a37c5351
1 changed files with 0 additions and 11 deletions

View File

@ -3,17 +3,6 @@ go_import_path: github.com/ethereum/go-ethereum
sudo: false
matrix:
include:
- os: linux
dist: trusty
sudo: required
go: 1.9.x
script:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- os: linux
dist: trusty
sudo: required