Skip to content

Commit 4a3d6bc

Browse files
committed
Configure postgres on Travis
1 parent 4c90472 commit 4a3d6bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ rvm:
22
- 2.4.2
33
bundler_args: "--without debug development"
44
cache: bundler
5+
services:
6+
- postgresql
57
before_script:
68
- cp .sample.env .env
79
- export SECRET_KEY_BASE="$(bundle exec rake secret)"

0 commit comments

Comments
 (0)