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
|
sudo: true
|
||||||
go_import_path: gobot.io/x/gobot
|
go_import_path: gobot.io/x/gobot
|
||||||
go:
|
go:
|
||||||
- 1.5
|
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
- 1.8rc3
|
- 1.8rc3
|
||||||
- tip
|
- tip
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: 1.5
|
|
||||||
- go: 1.6
|
- go: 1.6
|
||||||
- go: tip
|
- go: tip
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in New Issue