2020-07-03 00:07:57 +00:00
|
|
|
image: "elixir:1.10"
|
|
|
|
|
2020-07-22 19:22:44 +00:00
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- _build
|
|
|
|
- deps
|
|
|
|
|
2020-07-03 15:34:19 +00:00
|
|
|
variables:
|
2020-07-03 15:39:15 +00:00
|
|
|
POSTGRES_PASSWORD: "postgres"
|
|
|
|
POSTGRES_USER: "postgres"
|
2020-07-03 15:34:19 +00:00
|
|
|
DATABASE_URL: "postgres"
|
2020-07-22 19:22:44 +00:00
|
|
|
MIX_ENV: "test"
|
2020-07-03 15:34:19 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
- name: postgres:12
|
|
|
|
|
2020-07-03 00:07:57 +00:00
|
|
|
tests:
|
2020-07-17 23:30:31 +00:00
|
|
|
script: script/cibuild
|