Adding travis declaration for pg_trgm extension

This commit is contained in:
Curtis Castrapel 2018-11-05 12:19:49 -08:00
parent b6cc8180fe
commit 0b697b9d53
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ env:
before_script:
- psql -c "create database lemur;" -U postgres
- psql -c "create user lemur with password 'lemur;'" -U postgres
- psql -c "CREATE EXTENSION pg_trgm" -U postgres
- npm config set registry https://registry.npmjs.org
- npm install -g bower
- pip install --upgrade setuptools