mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-29 13:49:14 +08:00
test: reduce Travis builds to golang 1.4+ since it is late 2016 already
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
4c6c92e3f5
commit
6744885fa3
@ -1,8 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
sudo: true
|
sudo: true
|
||||||
go:
|
go:
|
||||||
- 1.2
|
|
||||||
- 1.3
|
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
@ -11,8 +9,8 @@ go:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
- go: 1.2
|
- go: 1.4
|
||||||
- go: 1.3
|
- go: 1.5
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
|
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
|
||||||
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||||
|
Loading…
x
Reference in New Issue
Block a user