From 1b903bbecaa6888ca925c69b05d704058a9bc99f Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 13 Feb 2019 11:40:34 +0500 Subject: Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 723d622..43c74dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,10 @@ addons: matrix: include: - - name: "Debug build" - env: BUILD_TYPE=Debug - - name: "Release build" - env: BUILD_TYPE=RelWithDebInfo + - name: "Debug build" + env: BUILD_TYPE=Debug + - name: "Release build" + env: BUILD_TYPE=RelWithDebInfo script: - mkdir build -- cgit v1.2.3