aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9cc3fd5a35a3db14f5c7ad8b8a1450522e2ea5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: ruby
branches:
  only:
    - develop
    - master
    - feature/fix-travis-ruby-19-errors
rvm:
  - 1.8.7
  - 1.9.3
before_install:
  - gem install rubygems-update --version=1.6.2
  - gem update --system 1.6.2
  - gem install rake --version=0.9.2.2
  - git submodule update --init --recursive
  - psql -c "create database foi_test template template0 encoding 'SQL_ASCII';" -U postgres
  - cp config/database.yml-test config/database.yml
  - cp config/memcached.yml-test config/memcached.yml
  - sudo apt-get update
  - 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)"`
  - RAILS_ENV=test ./script/rails-post-deploy
before_script:
notifications:
  irc: "irc.freenode.org#alaveteli"
  email:
    recipients:
      - cron-whatdotheyknow@mysociety.org