Skip to content

Commit

Permalink
added circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Jun 6, 2019
1 parent dba1611 commit 651a328
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.0
jobs:
build:
docker:
- image: membrane/bionic-membrane:latest
environment:
MIX_ENV: test

working_directory: ~/app

steps:
- checkout
- run: mix deps.get
- run: mix format --check-formatted
- run: mix test

0 comments on commit 651a328

Please sign in to comment.