Parcourir la source

Travis: Enable APT cache. This should give us a small boost

http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
Yuri Kunde Schlesner il y a 11 ans
Parent
commit
c7bba5a079
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -4,6 +4,8 @@ os:
 
 language: cpp
 
+cache: apt
+
 before_install:
  - sh .travis-deps.sh