Skip to content

Commit ef1f133

Browse files
committed
Update .travis.yml
1 parent 2710cf8 commit ef1f133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- psql -c 'CREATE DATABASE piccolo;' -U postgres
1717
- psql -c "CREATE USER piccolo PASSWORD 'piccolo';" -U postgres
1818
- psql -c "GRANT ALL PRIVILEGES ON DATABASE piccolo TO piccolo;" -U postgres
19-
- psql -c "CREATE EXTENSION IF NOT EXISTS "uuid-ossp";" -U postgres
19+
- psql -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" -d piccolo -U postgres
2020
script:
2121
- cd tests && ./travis.sh
2222
after_success:

0 commit comments

Comments
 (0)