mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Try to fix travis
This commit is contained in:
parent
d0a8bacab6
commit
10c198fffd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
cache:
|
before_cache:
|
||||||
directories:
|
- ccache -s
|
||||||
- $HOME/.ccache
|
cache: ccache
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install protobuf-compiler
|
- sudo apt-get install protobuf-compiler
|
||||||
- go get -u github.com/jteeuwen/go-bindata/...
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
|
|
Loading…
Reference in a new issue