diff options
author | Loïc Hoguin <[email protected]> | 2015-07-21 17:39:17 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-21 17:39:17 +0200 |
commit | 9a9183edf84b0352bf59a89d840b9ba5369e2197 (patch) | |
tree | 954fc4408f7234934ac9dfcd3d9d2e90eee0ab5a /Makefile | |
parent | 190f6989903ebdbb06cf03cc09dad22b5dc0c873 (diff) | |
download | cowboy-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-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |