From e57cde648e801c949ea342ca4ff372fa9d2ad25c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 14:49:41 +0100 Subject: Added linux documentation --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bcf9b9b..5c2486f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,3 @@ script: - python -m pytest -vvv - python -m minishell_test -p /tmp/minishell - python -m minishell_test -p /tmp/minishell -k pwd - - python -m sphinx-build docs docs/_build -- cgit