aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 919bad00543bc63a75e9fb409d94a359ab46bb57 (plain)
1
2
3
4
5
6
7
8
9
10
before_script:
  - "psql -c 'create database inboxes_test;' -U postgres"
language: ruby
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
notifications:
  email:
    - shatrov@me.com