Skip to content

Commit f4f8580

Browse files
committed
add travis_wait
1 parent 156e710 commit f4f8580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
- |
1313
if [[ "$RUN_DIALYZER" -eq 1 ]]
1414
then
15-
mix dialyzer
15+
travis_wait 30 mix dialyzer
1616
else
1717
echo "Not running Dialyzer"
1818
fi

0 commit comments

Comments
 (0)