From c1585d73e410bd5b5d81a00e6282cef666bbdc06 Mon Sep 17 00:00:00 2001 From: cnuber Date: Fri, 13 Mar 2015 11:46:49 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fc4ac384..eb4dca1b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ +sudo: false language: ruby +cache: bundler +addons: + postgresql: "9.3" rvm: - "1.9.3-p547" before_install: @@ -6,8 +10,9 @@ before_install: - tar xf phantomjs-1.9.7-linux-x86_64.tar.bz2 - export PATH=$PATH:phantomjs-1.9.7-linux-x86_64/bin/ install: - - bundle install --without production --retry=6 + - bundle install - bundle exec rake db:setup +bundler_args: --without-production --retry=6 script: - bundle exec rake notifications: