Skip to content

Commit

Permalink
Travis: quote database name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Dec 8, 2017
1 parent 86b6bb0 commit 24703c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install postgresql-9.6-postgis-2.3
before_script:
- psql -U postgres -c 'create database bookshelf-geojson;'
- psql -U postgres -c 'create database "bookshelf-geojson";'
- psql -U postgres -c 'create extension postgis;' bookshelf-geojson
- npm run migrate
after_success:
Expand Down

0 comments on commit 24703c4

Please sign in to comment.