From 39fcdf8e4eb5ee4ab5427c0764287257f87526c1 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 18 Nov 2018 10:30:47 +0300 Subject: [PATCH] [F] Fixed bash error --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f15f9f1..aed4d06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,9 +102,9 @@ script: fi # cppcheck run - - if [[ "${FORT_C_COMPILER}" = "gcc-8" ]]; - then - cppcheck lib + - | + if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then + cppcheck lib fi # Print all environment variables to aid in CI development