Skip to content

Commit

Permalink
use circle
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Sep 2, 2019
1 parent f22fb30 commit 71b3e74
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2

jobs:
build:
environment:
MIX_ENV: test
docker:
- image: elixir:latest
- image: rroemhild/ejabberd
container_name: ejabberd
ports:
- 5222:5222
- 5269:5269
- 5280:5280
environment:
XMPP_DOMAIN: localhost
EJABBERD_SKIP_MODULES_UPDATE: true
steps:
- checkout
- setup_remote_docker
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix deps.get
- run: mix format --check-formatted
- run: mix coveralls.circle

0 comments on commit 71b3e74

Please sign in to comment.