From 0bfb1c9215129e7152bec2352ceceb36316b49aa Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 30 Jun 2021 09:11:57 +0100 Subject: [PATCH] travis: Remove trailing whitespace --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d9c28e3fa..c924a96573 100644 --- a/.travis.yml +++ b/.travis.yml @@ -302,8 +302,8 @@ matrix: - &cmake-build-run-unittest stage: "CMake" name: "CMake unittest build" - env: NAME=cmake_unittest - install: + env: NAME=cmake_unittest + install: # Hide Travis-preinstalled CMake # The Travis-preinstalled CMake is unfortunately not installed via apt, so we # can't replace it with an apt-supplied version very easily. Additionally, we