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:
parent
37938375dc
commit
e08038115b
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue