Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 5f07fc4

Browse files
Connor RigbyConnorRigby
authored andcommitted
stupid autocomplete
1 parent 3098067 commit 5f07fc4

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.circleci/config.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,29 @@ jobs:
1818
command: mix compile --warnings-as-errors
1919
environment:
2020
MIX_ENV: test
21-
- save_cache:
22-
key: v3-dependency-cache-{{ checksum "mix.lock" }}
23-
paths:
24-
- _build
25-
- deps
26-
- ~/.mix
2721
- restore_cache:
2822
keys:
2923
- v3-plt-cache-{{ checksum "mix.lock" }}
3024
- v3-plt-cache
3125
- run: mix dialyzer --plt
32-
- save_cache:
33-
key: v3-plt-cache-{{ checksum "mix.lock" }}
34-
paths:
35-
- _build
36-
- ~/.mix
3726
- run: mix dialyzer --halt-exit-status
3827
- run:
3928
command: mix coveralls.circle
4029
environment:
4130
MIX_ENV: test
4231
- run:
43-
command: mix do deps.get, deps.compile inchci.plt_add_deps
32+
command: mix do deps.get, deps.compile inchci.add
4433
environment:
4534
MIX_ENV: docs
35+
- save_cache:
36+
key: v3-plt-cache-{{ checksum "mix.lock" }}
37+
paths:
38+
- _build
39+
- deps
40+
- ~/.mix
41+
- save_cache:
42+
key: v3-dependency-cache-{{ checksum "mix.lock" }}
43+
paths:
44+
- _build
45+
- deps
46+
- ~/.mix

0 commit comments

Comments
 (0)