Skip to content

Commit 6dec800

Browse files
committed
Start database server before attempting to create
1 parent 8adcc8a commit 6dec800

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ addons:
88
postgresql: "9.5"
99

1010
before_script:
11+
- sudo systemctl start postgresql
1112
- psql -c 'create database travis_ci_test;' -U postgres
1213
- mkdir config && cp database.travis.yml config/database.yml
1314
- export TEST_DATABASE_URL="postgres://postgres:test_password@localhost:5432/travis_ci_test"

0 commit comments

Comments
 (0)