aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-09-05 01:10:01 -0400
committerbnewbold <bnewbold@robocracy.org>2014-09-05 01:10:04 -0400
commit45e912b62baf75d7746d35bb4a35dec37b92e124 (patch)
tree671f3c97d6f064849c8efec019a26a793f8a36cd
parentf84f26481052096b71a68d3f8fec27f555f6b411 (diff)
downloadlibrambutan-45e912b62baf75d7746d35bb4a35dec37b92e124.tar.gz
librambutan-45e912b62baf75d7746d35bb4a35dec37b92e124.zip
travis-ci: enable apt caching (for speed)
This will tell Travis build machines to accept (network) local apt caches for the launchpad PPA of gcc-arm-embedded, as per http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5af56c7..f3952d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: cpp
+cache: apt
before_install:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/terry_guo-gcc-arm-embedded-precise.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"