Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 08ba326

Browse files
committed
cache the _build directory to get better deps and compile caching
1 parent c13d94d commit 08ba326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ elixir:
88
cache:
99
directories:
1010
- /home/travis/.mix
11+
- /home/travis/build/mmmries/sqlitex/deps
12+
- /home/travis/build/mmmries/sqlitex/_build
1113
before_script:
1214
- mix dialyzer --plt
1315
script:

0 commit comments

Comments
 (0)