From 60bf32984634f1f5dba4d0811b8ad18b002457bb Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 20 Oct 2016 14:56:36 +0300 Subject: [PATCH] Update travis config #203 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93fd11d42..30ee49737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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