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