From 938cdf316aeb17c902cc5ba1610979451b2ec00c Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Mon, 30 Jun 2014 00:14:47 -0500 Subject: [PATCH] Added cache for apt in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c8b2492..81bf54b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # http://travis-ci.org/#!/MongoEngine/mongoengine language: python +cache: apt services: mongodb python: - "2.6"