From 26a37c5351d14ca3eea1efa5b4128166f7d8ec74 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Tue, 2 Oct 2018 11:26:32 +0200 Subject: travis.yml: remove Go 1.9 (#17807) --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 372f7a827..76cc133db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3