Skip to content

Instantly share code, notes, and snippets.

@Hajto
Created December 13, 2016 13:33
Show Gist options
  • Save Hajto/74b6288dd333052a61ab01ae9c6ed63d to your computer and use it in GitHub Desktop.
Save Hajto/74b6288dd333052a61ab01ae9c6ed63d to your computer and use it in GitHub Desktop.
image: hajto/dockertest
services:
- postgres:latest
variables:
POSTGRES_DB: "kpsz_test"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
MIX_CI: "true"
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
elixir:
script:
- mix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment