travis-ci: use newer build infra
This commit is contained in:
parent
6d38027689
commit
3d86a969ee
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -9,4 +9,6 @@ branches:
|
||||||
|
|
||||||
install: make deps
|
install: make deps
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
Loading…
Reference in New Issue