Allow failures for go 1.2.2 since eclipse mqtt package no longer supports it.
This commit is contained in:
parent
66f5034cb2
commit
cb39c33e5e
|
@ -9,6 +9,7 @@ go:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
- go: 1.2.2
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
|
||||
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||
|
|
Loading…
Reference in New Issue