From 908eff9e7abde848e433cd87a763d77c1922fc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Fri, 16 Apr 2021 10:50:25 +0200 Subject: [PATCH] Reenable Release+Sanitizers build --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 974dec10..0fc522b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,14 +76,14 @@ matrix: - BUILD_TYPE="Release" - WITH_VALGRIND=1 - #- name: "Ubuntu 20.04 - gcc-9.3 (Release+Sanitizers)" - # os: linux - # dist: focal - # sudo: required - # compiler: gcc - # env: - # - BUILD_TYPE="Release" - # - WITH_SANITIZERS=1 + - name: "Ubuntu 20.04 - gcc-9.3 (Release+Sanitizers)" + os: linux + dist: focal + sudo: required + compiler: gcc + env: + - BUILD_TYPE="Release" + - WITH_SANITIZERS=1 - name: "macOS 10.14 - XCode 11.3 (Release)" os: osx