12 lines
No EOL
184 B
YAML
12 lines
No EOL
184 B
YAML
image: "elixir:1.10"
|
|
|
|
variables:
|
|
POSTGRES_PASSWORD: "postgres"
|
|
POSTGRES_USER: "postgres"
|
|
DATABASE_URL: "postgres"
|
|
|
|
services:
|
|
- name: postgres:12
|
|
|
|
tests:
|
|
script: script/cibuild |