Skip to content

Commit

Permalink
travis.yml: remove Go 1.9 (ethereum#17807)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense authored and fjl committed Oct 2, 2018
1 parent 0bf3065 commit 26a37c5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26a37c5

Please sign in to comment.