diff options
author | Felix Lange <fjl@twurst.com> | 2016-09-26 19:48:15 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-09-26 19:48:15 +0800 |
commit | 0951524ca23b3d7a75cce79b95551e378918c0e8 (patch) | |
tree | a39a8be907b352761828ec591d9a8aaebc751625 /.travis.yml | |
parent | b0a6b979a3f12e91cfbc89850bfaa00c46653e85 (diff) | |
download | go-tangerine-0951524ca23b3d7a75cce79b95551e378918c0e8.tar.gz go-tangerine-0951524ca23b3d7a75cce79b95551e378918c0e8.tar.zst go-tangerine-0951524ca23b3d7a75cce79b95551e378918c0e8.zip |
travis.yml: remove go 1.4 builder
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 556397b0a..b3b5edb27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ matrix: include: - os: linux dist: trusty - go: 1.4.2 - - os: linux - dist: trusty go: 1.5.4 - os: linux dist: trusty |