From: Oliver Klee Date: Mon, 22 Dec 2014 16:01:34 +0000 (+0100) Subject: [TASK] Configure Travis for better build performance X-Git-Tag: v5.5.1~51^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6145%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git [TASK] Configure Travis for better build performance * set sudo: false to allow usage of their new container-based infrastructure * enable bundler caching --- diff --git a/.travis.yml b/.travis.yml index d38678bf5..d5119ac48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo: false +cache: bundler language: node_js node_js: - '0.10'