aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-04-28 14:38:28 +0100
committerGareth Rees <gareth@mysociety.org>2014-05-02 14:24:37 +0100
commit57adc3b1f49f38a3734854ddee417fa4674ee417 (patch)
treede67b94d8d4b39a8210ecd9d6dc2ceb48f6ce867
parenteffa1ff12e8d1bdf83a6b67270dadfb6ce86876f (diff)
Don't let travis bundle twice
bundle install is run via script/wad in the step that runs script/rails-post-deploy
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dac458608..2a2c3d5c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ before_install:
- sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler|^ruby$|^ruby1.8$|^rubygems$|^rake)"`
- RAILS_ENV=test ./script/rails-post-deploy
- RAILS_ENV=test ./script/update-xapian-index
+install: echo 'Bundle installed through script/rails-post-deploy'
notifications:
irc: "irc.freenode.org#alaveteli"
email: