Speed up Travis build by caching apt, Frey tools and gimme
This commit is contained in:
parent
2d30a16ffc
commit
373001127c
|
@ -6,6 +6,11 @@ go:
|
|||
- 1.6rc2
|
||||
- tip
|
||||
sudo: false
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- $HOME/.gimme
|
||||
- $HOME/.frey
|
||||
env:
|
||||
global:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
|
Loading…
Reference in New Issue