mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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
|
||||
go:
|
||||
- 1.9.2
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ccache
|
||||
before_cache:
|
||||
- ccache -s
|
||||
cache: ccache
|
||||
install:
|
||||
- sudo apt-get install protobuf-compiler
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
|
|
Loading…
Reference in a new issue