Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Hass <mrzyx@mrzyx.de>2011-12-11 06:43:56 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-12-11 06:43:56 +0400
commitc23a2cdc5c12b0c3fdcfbfd8974e7a5fbc50071c (patch)
tree229660004dcd026fd2d0e2aac254b6672fab78fe /.travis.yml
parentafb5e5e7f0dc786aaf91a0c1cb152bad4f855562 (diff)
bundler pre is faster, so use it again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ae8433eea..68cd2439a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
+before_install: gem install bundler --pre
bundler_args: "--without development production"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"