mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
parent
8ccd4191d8
commit
60bf329846
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
env:
|
env:
|
||||||
- DB=postgresql
|
- DB=postgresql
|
||||||
bundler_args: --without development production
|
bundler_args: --without development staging production
|
||||||
before_script:
|
before_script:
|
||||||
- "psql -c 'create database registry_test;' -U postgres"
|
- "psql -c 'create database registry_test;' -U postgres"
|
||||||
- "psql -c 'create database registry_whois_test;' -U postgres"
|
- "psql -c 'create database registry_whois_test;' -U postgres"
|
||||||
|
@ -18,9 +18,6 @@ services:
|
||||||
- postgresql
|
- postgresql
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
- developers@tld.ee
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- staging
|
- staging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue