There was an error while loading. Please reload this page.
1 parent 8adcc8a commit 6dec800Copy full SHA for 6dec800
1 file changed
.travis.yml
@@ -8,6 +8,7 @@ addons:
8
postgresql: "9.5"
9
10
before_script:
11
+ - sudo systemctl start postgresql
12
- psql -c 'create database travis_ci_test;' -U postgres
13
- mkdir config && cp database.travis.yml config/database.yml
14
- export TEST_DATABASE_URL="postgres://postgres:test_password@localhost:5432/travis_ci_test"
0 commit comments