aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2014-08-22 15:26:39 +0200
committerPhilip Arndt <p@arndt.io>2014-08-22 15:27:07 +0200
commit382a3790da1a1c4643ebc3a2ab895491e3bc052f (patch)
tree9b3442606118850e32cae63c8a54f3e943733cfc /.travis.yml
parentb0675083e7ea8395eeb932cf97b1223537c9273a (diff)
downloadrefinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.tar.gz
refinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.tar.bz2
refinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.zip
Use docker builds, cache Bundler on Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e21a57e..8af9a9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: ruby
+sudo: false
+cache: bundler
bundler_args: --without development
before_script:
- "sh -e /etc/init.d/xvfb start"