Skip to content

Commit

Permalink
create extension postgis on the dev table
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Mar 30, 2018
1 parent c21af22 commit 4757bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,7 +38,7 @@ install:

before_script:
- psql -c 'create database dev;' -U postgres
- psql -c 'create extension postgis;' -U postgres
- psql -c 'create extension postgis;' -d dev -U postgres

after_script:
- cd client
Expand Down

0 comments on commit 4757bf6

Please sign in to comment.