0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Don't call xdg-open at the end of CI

This commit is contained in:
Loïc Hoguin 2015-07-21 17:39:17 +02:00
parent 190f698990
commit 9a9183edf8

View file

@ -35,11 +35,6 @@ TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}'
# DIALYZER_OPTS += --src -r test # DIALYZER_OPTS += --src -r test
# Open logs after CI ends.
ci::
$(gen_verbose) xdg-open logs/all_runs.html
# Use erl_make_certs from the tested release. # Use erl_make_certs from the tested release.
ci-setup:: clean deps test-deps ci-setup:: clean deps test-deps