test: remove Golang 1.5 from TravisCI tests in prep for Golang 1.8 release

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-01-30 13:20:49 +01:00
parent 24dbd82b89
commit 4387a0b2f7
1 changed files with 0 additions and 2 deletions

View File

@ -2,14 +2,12 @@ language: go
sudo: true
go_import_path: gobot.io/x/gobot
go:
- 1.5
- 1.6
- 1.7
- 1.8rc3
- tip
matrix:
allow_failures:
- go: 1.5
- go: 1.6
- go: tip
before_install: