Explorar el Código

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

http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
Yuri Kunde Schlesner hace 11 años
padre
commit
c7bba5a079
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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