]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
[TASK] Configure Travis for better build performance 6145/head
authorOliver Klee <o.klee@braingourmets.com>
Mon, 22 Dec 2014 16:01:34 +0000 (17:01 +0100)
committerOliver Klee <o.klee@braingourmets.com>
Mon, 22 Dec 2014 16:01:34 +0000 (17:01 +0100)
* set sudo: false to allow usage of their new container-based infrastructure
* enable bundler caching

.travis.yml

index d38678bf53a0ff850ff6b8de8a578b9d027d810a..d5119ac48dec1f75a2f89e3c5867a210ce3d8f0b 100644 (file)
@@ -1,3 +1,5 @@
+sudo: false
+cache: bundler
 language: node_js
 node_js:
   - '0.10'