aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-21 17:39:17 +0200
committerLoïc Hoguin <[email protected]>2015-07-21 17:39:17 +0200
commit9a9183edf84b0352bf59a89d840b9ba5369e2197 (patch)
tree954fc4408f7234934ac9dfcd3d9d2e90eee0ab5a /Makefile
parent190f6989903ebdbb06cf03cc09dad22b5dc0c873 (diff)
downloadcowboy-9a9183edf84b0352bf59a89d840b9ba5369e2197.tar.gz
cowboy-9a9183edf84b0352bf59a89d840b9ba5369e2197.tar.bz2
cowboy-9a9183edf84b0352bf59a89d840b9ba5369e2197.zip
Don't call xdg-open at the end of CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index da7dd9a..8860b36 100644
--- a/Makefile
+++ b/Makefile
@@ -35,11 +35,6 @@ TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}'
# 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.
ci-setup:: clean deps test-deps