Sfoglia il codice sorgente

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

http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
Yuri Kunde Schlesner 11 anni fa
parent
commit
c7bba5a079
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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