diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:15:02 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:31:10 +0200 |
| commit | 28ab60062e26347cb1f28dfea63dbd8090252e4d (patch) | |
| tree | 6ef51f108d622b69b9ec45db4986880f1dc47525 /.gitmodules | |
| parent | c64a7a8fca764c1f0fe8e4a8e28526e1de49f707 (diff) | |
| download | minishell-28ab60062e26347cb1f28dfea63dbd8090252e4d.tar.gz minishell-28ab60062e26347cb1f28dfea63dbd8090252e4d.tar.bz2 minishell-28ab60062e26347cb1f28dfea63dbd8090252e4d.zip | |
Testing travis with minishell_test
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f47fde7..690d5bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,8 @@ path = libft url = https://github.com/HappyTramp/libft branch = minishell + +[submodule "minishell_test"] + path = minishell_test + url = https://github.com/HappyTramp/minishell_test + branch = master |
