Skip to content

Commit 7d3bed1

Browse files
add circleci config
1 parent d4a89a8 commit 7d3bed1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.circleci/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Elixir CircleCI 2.0 configuration file
2+
#
3+
# Check https://circleci.com/docs/2.0/language-elixir/ for more details
4+
version: 2
5+
jobs:
6+
build:
7+
docker:
8+
- image: circleci/elixir:1.6.0
9+
working_directory: ~/repo
10+
steps:
11+
- checkout
12+
- run: mix local.hex --force && mix local.rebar --force
13+
- run: mix deps.get --only test
14+
- run: mix test

.tool-versions

-2
This file was deleted.

0 commit comments

Comments
 (0)