TravisCI: Remove Go 1.4.3 tests.

Since the latest golint no longer works with on Go 1.4 and Go 1.4 is no
longer officially supported by btcsuite, remove it from the
configurations tested by TravisCI.
This commit is contained in:
Dave Collins 2016-03-29 15:49:48 -05:00
parent 37938375dc
commit e08038115b

View file

@ -1,6 +1,5 @@
language: go language: go
go: go:
- 1.4.3
- 1.5.3 - 1.5.3
- 1.6 - 1.6
sudo: false sudo: false