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
|
- 1.6rc2
|
||||||
- tip
|
- tip
|
||||||
sudo: false
|
sudo: false
|
||||||
|
cache:
|
||||||
|
apt: true
|
||||||
|
directories:
|
||||||
|
- $HOME/.gimme
|
||||||
|
- $HOME/.frey
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
|
|
Loading…
Reference in New Issue