From 126f4dbe0c5c1859c34b2f4aeca92060d100323a Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 15 Nov 2017 15:36:05 +0100 Subject: [PATCH] travis: cache apt --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bea77e2b3f1..a4f28a0ec27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ os: # directories: # - $HOME/.npm +cache: + apt: true + notifications: email: false webhooks: -- GitLab