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 e7debe2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ jobs:
- image: circleci/elixir:latest
environment:
MIX_ENV: test
services:
ejabberd:
image: rroemhild/ejabberd
environment:
XMPP_DOMAIN: localhost
EJABBERD_SKIP_MODULES_UPDATE: "true"
options: --name ejabberd
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 e7debe2

Please sign in to comment.