mirror of https://github.com/perkeep/perkeep.git
Travis CI: use go 1.10
Change-Id: Ib7d7f857a0c60a0068b8cf4cfcedab757909d472
This commit is contained in:
parent
a89f3513c1
commit
755d4614a9
|
@ -3,7 +3,7 @@ dist: trusty
|
||||||
go_import_path: perkeep.org
|
go_import_path: perkeep.org
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.9
|
- "1.10.x"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -qq pkg-config fuse
|
- sudo apt-get install -qq pkg-config fuse
|
||||||
- sudo modprobe fuse
|
- sudo modprobe fuse
|
||||||
|
|
Loading…
Reference in New Issue