travis.yml: remove go 1.4 builder

pull/3041/head
Felix Lange 8 years ago
parent b0a6b979a3
commit 0951524ca2
  1. 3
      .travis.yml

@ -3,9 +3,6 @@ go_import_path: github.com/ethereum/go-ethereum
sudo: false
matrix:
include:
- os: linux
dist: trusty
go: 1.4.2
- os: linux
dist: trusty
go: 1.5.4

Loading…
Cancel
Save