Skip to content

Commit c7f8eb9

Browse files
asummersbegedin
authored andcommitted
Compile with warnings as errors. This will make warnings fail on CI. (#1244)
1 parent 2c1f551 commit c7f8eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
pre:
1111
- ./bin/circle_pre_build.sh
1212
- mix deps.compile
13-
- mix compile
13+
- mix compile --warnings-as-errors
1414
test:
1515
override:
1616
- |

0 commit comments

Comments
 (0)