1
0
Fork 0
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:
Ryan Dahl 2018-05-22 15:25:16 -04:00
parent d0a8bacab6
commit 10c198fffd

View file

@ -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/...