Update travis config

#203
This commit is contained in:
Artur Beljajev 2016-10-20 14:56:36 +03:00
parent 8ccd4191d8
commit 60bf329846

View file

@ -1,7 +1,7 @@
language: ruby
env:
- DB=postgresql
bundler_args: --without development production
bundler_args: --without development staging production
before_script:
- "psql -c 'create database registry_test;' -U postgres"
- "psql -c 'create database registry_whois_test;' -U postgres"
@ -18,9 +18,6 @@ services:
- postgresql
addons:
postgresql: "9.4"
notifications:
email:
- developers@tld.ee
branches:
only:
- staging