Skip to content

Commit

Permalink
Run CI on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
derekkraan committed Jun 14, 2019
1 parent 5005001 commit 6c579ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Elixir CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-elixir/ for more details
version: 2
jobs:
build:
docker:
# specify the version here
- image: circleci/elixir:1.7

working_directory: ~/repo
steps:
- checkout
- run: mix local.hex --force
- run: mix local.rebar --force

- run: mix deps.get
- run: mix test

0 comments on commit 6c579ba

Please sign in to comment.