diff --git a/.travis.yml b/.travis.yml index 111f3e3..7870318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ matrix: COMPILER_C="gcc" COMPILER_CXX="g++" REPOSITORY="https://github.com/RXT0112/Zernit.git" - PACKAGES="cargo" + PACKAGES="cargo git" - name: "Debian Testing with Clang" os: linux dist: bionic @@ -93,7 +93,7 @@ matrix: COMPILER_C="clang" COMPILER_CXX="clang++" REPOSITORY="https://github.com/RXT0112/Zernit.git" - PACKAGES="cargo" + PACKAGES="cargo git" # # Debian Sid # - name: "Debian Sid with GCC"