Skip to content

Commit c03cfa1

Browse files
authored
Don't run dialyzer in CI (#317)
* Try not setting RUN_DIALYZER for 1.10.3 * Remove other references to RUN_DIALYZER
1 parent 3a1a4c5 commit c03cfa1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ script:
99
echo "Not checking formatting"
1010
fi
1111
- mix test
12-
- |
13-
if [[ "$RUN_DIALYZER" -eq 1 ]]
14-
then
15-
travis_wait 30 mix dialyzer
16-
else
17-
echo "Not running Dialyzer"
18-
fi
1912
env:
2013
global:
2114
- MIX_HOME=$HOME/.mix
@@ -36,4 +29,3 @@ matrix:
3629
elixir: 1.10.3
3730
env:
3831
- CHECK_FORMATTED=1
39-
- RUN_DIALYZER=1

0 commit comments

Comments
 (0)