1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +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:
deadprogram 2016-10-03 10:25:56 +02:00
parent 4c6c92e3f5
commit 6744885fa3

View File

@ -1,8 +1,6 @@
language: go
sudo: true
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
@ -11,8 +9,8 @@ go:
matrix:
allow_failures:
- go: tip
- go: 1.2
- go: 1.3
- go: 1.4
- go: 1.5
before_install:
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots