Update travis configuration. (#332)
- explicitely set sudo to false, since we don't need it and it slows-down builds. - use the newest go toolchain.
This commit is contained in:
parent
d9d2c5cbe5
commit
74b19b449e
|
|
@ -1,4 +1,5 @@
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
@ -7,7 +8,7 @@ branches:
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.9
|
- "1.10.x"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/Masterminds/glide
|
- go get github.com/Masterminds/glide
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue