aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-13 12:24:40 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-13 12:24:40 +0100
commitda90282fceb53887efc74faf3a9f90e6096e3033 (patch)
treeace85084628b25a28b04ae42e6f49f276729ace7
parent8ae21d5f2179bacc71fc0d4821fe8d12bed0f463 (diff)
Execute the rails-post-deploy script with in the `test` environment
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c1e66c0e4..4c8fbef6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ before_install:
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get -y install exim4-daemon-light
- sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"`
- - ./script/rails-post-deploy
+ - RAILS_ENV=test ./script/rails-post-deploy
before_script:
notifications:
irc: "irc.freenode.org#alaveteli"