Speed up Travis build by caching apt, Frey tools and gimme

This commit is contained in:
Kevin van Zonneveld 2016-03-29 15:31:33 +02:00
parent 2d30a16ffc
commit 373001127c
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ go:
- 1.6rc2
- tip
sudo: false
cache:
apt: true
directories:
- $HOME/.gimme
- $HOME/.frey
env:
global:
- GO15VENDOREXPERIMENT=1