Travis: Enable APT cache. This should give us a small boost
http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
This commit is contained in:
parent
c2753d37a7
commit
c7bba5a079
|
@ -4,6 +4,8 @@ os:
|
|||
|
||||
language: cpp
|
||||
|
||||
cache: apt
|
||||
|
||||
before_install:
|
||||
- sh .travis-deps.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue