diff options
author | Philip Arndt <p@arndt.io> | 2014-08-22 15:26:39 +0200 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-08-22 15:27:07 +0200 |
commit | 382a3790da1a1c4643ebc3a2ab895491e3bc052f (patch) | |
tree | 9b3442606118850e32cae63c8a54f3e943733cfc | |
parent | b0675083e7ea8395eeb932cf97b1223537c9273a (diff) | |
download | refinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.tar.gz refinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.tar.bz2 refinerycms-blog-382a3790da1a1c4643ebc3a2ab895491e3bc052f.zip |
Use docker builds, cache Bundler on Travis CI
-rw-r--r-- | .travis.yml | 2 |
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" |