From 42ce1383741542b5df64ed39d192ec730a200af3 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 24 Dec 2014 14:02:35 +0100 Subject: [PATCH] [TASK] Configure Travis for better build performance * set sudo: false so Travis can use their new container-based infrastructure * enable bundler caching --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3c56ebf9..cf3e507c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ +sudo: false language: ruby +cache: bundler env: - USE_MINI_PORTILE=true - USE_MINI_PORTILE=false