Updat email on travisci

This commit is contained in:
Curtis Castrapel 2018-11-05 13:19:22 -08:00
parent 61738dde9e
commit b9f511ed02
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ env:
before_script:
- psql -c "create database lemur;" -U postgres
- psql -c "create user lemur with password 'lemur;'" -U postgres
- psql lemur -c "create extension IF NOT EXISTS pg_trgm with schema pg_catalog;" -U postgres
- psql lemur -c "create extension IF NOT EXISTS pg_trgm;" -U postgres
- npm config set registry https://registry.npmjs.org
- npm install -g bower
- pip install --upgrade setuptools
@ -46,4 +46,4 @@ after_success:
notifications:
email:
kglisson@netflix.com
ccastrapel@netflix.com