diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-02 12:52:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-02 12:52:30 +0000 |
commit | 16e4d3b007585a1084455b09e9ad6d7048eb5c2a (patch) | |
tree | d770d106a55847df80a6bcf70293bb9c26f13a4e /.travis.yml | |
parent | 2db12c53190fb29666a5cf49514c0f0422ebbbfe (diff) |
Add do-not-reply config variable, removing special case from code.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dcf35ab60..542ffd816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ before_script: -e "s,cobrand_two: 'hostname_substring2',fixmystreet: 'localhost'," -e "s,(BASE_URL:) 'http://www.example.org',\\1 'http://localhost'," -e "s,(MAPIT_URL:) '',\\1 'http://mapit.mysociety.org/'," - -e "s,(CONTACT_EMAIL:) 'team,\\1 'person," conf/general.yml-example > conf/general.yml - ./bin/cron-wrapper ./bin/make_po FixMyStreet-EmptyHomes - ./bin/cron-wrapper ./bin/make_emptyhomes_welsh_po |