Skip to content

Commit 79f6dda

Browse files
committed
Cache dialyzer on travis take 2
1 parent 58d8acc commit 79f6dda

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ cache:
44
directories:
55
- ~/.hex
66
- ~/.mix
7-
- deps
8-
- _build/*/*.plt
7+
- _build
98

109
elixir:
1110
- 1.4
@@ -29,3 +28,8 @@ install:
2928
script:
3029
- mix test
3130
- MIX_ENV=test mix dialyzer --halt-exit-status
31+
32+
# Leave only the .plt files in build
33+
before_cache:
34+
- mix deps.clean --all --build
35+
- mix clean --build

0 commit comments

Comments
 (0)