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:
parent
24dbd82b89
commit
4387a0b2f7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue