We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a89a8 commit 7d3bed1Copy full SHA for 7d3bed1
.circleci/config.yml
@@ -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
0 commit comments