Skip to content

Commit 9f03329

Browse files
committed
currently travis is too slow for using dialyzer
1 parent 9711896 commit 9f03329

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
@@ -29,7 +29,7 @@ before_script:
2929

3030
script:
3131
- mix test
32-
- not_allowed=(1.3 1.4 1.5 1.6)
32+
- not_allowed=(1.3 1.4 1.5 1.6 1.7)
3333
- case "${not_allowed[@]}" in *"${TRAVIS_ELIXIR_VERSION}"*) dialyzer=0 ;; *) dialyzer=1 ;; esac
3434
- if [ "$dialyzer" -eq 1 ]; then mix dialyzer --halt-exit-status; fi
3535

0 commit comments

Comments
 (0)