Skip to content

Commit

Permalink
wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Sep 3, 2019
1 parent 207acb1 commit 6c91055
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ jobs:
build:
docker:
- image: circleci/elixir:latest
- image: rroemhild/ejabberd
container_name: ejabberd
environment:
XMPP_DOMAIN: localhost
EJABBERD_SKIP_MODULES_UPDATE: "true"
environment:
MIX_ENV: test
steps:
- checkout
- setup_remote_docker
- run: docker-compose up -d
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix deps.get
- run: mix format --check-formatted
- run: mix coveralls.circle
- run: mix coveralls.json

0 comments on commit 6c91055

Please sign in to comment.