From ca6414bd219e57c38f1fc370971924a52a935644 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sun, 9 Feb 2020 17:26:56 +0000 Subject: [PATCH] fdhhsf --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 617e854..111f3e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,22 +76,24 @@ matrix: group: travis_latest env: DOCKER="debian:testing" - VARIANT="debian" + VARIANT="debian-testing" TOOL="compile" COMPILER_C="gcc" COMPILER_CXX="g++" REPOSITORY="https://github.com/RXT0112/Zernit.git" + PACKAGES="cargo" - name: "Debian Testing with Clang" os: linux dist: bionic group: travis_latest env: DOCKER="debian:testing" - VARIANT="debian" + VARIANT="debian-testing" TOOL="compile" COMPILER_C="clang" COMPILER_CXX="clang++" REPOSITORY="https://github.com/RXT0112/Zernit.git" + PACKAGES="cargo" # # Debian Sid # - name: "Debian Sid with GCC"