mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-27 13:48:56 +08:00
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…
x
Reference in New Issue
Block a user