aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d547937..1c3d705 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,13 @@ python:
install:
- pip install -r requirements.txt
- # - git clone https://ouaisbrefbams/minishell ../minishell
+ - git clone --recurse-submodule https://github.com/ouaisbrefbams/minishell ../minishell
+ - sed -i 's/-Werror//' ../minishell/Makefile ../minishell/libft/Makefile
+ - sudo apt update
+ - sudo apt install valgrind
script:
- python -m flake8
- python -m mypy src
- # - ./run
- # - ./run -k echo
+ - ./run
+ - ./run -k pwd