Created
December 13, 2016 13:33
-
-
Save Hajto/74b6288dd333052a61ab01ae9c6ed63d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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