From 6d456e72d9a075499a8dee2c7959405986f1bb86 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:47:06 +0200 Subject: [PATCH] update travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc3b2d0..7c6ee33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ matrix: compiler: clang addons: apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] - packages: ['clang-3.7', 'g++-5'] + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-7'] + packages: ['clang-7', 'g++-5'] before_script: - export PATH="$PATH:$HOME/.cargo/bin"