From 2437aba984e7d3a26a09125d38117a9968d40d9f Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 24 May 2017 17:17:25 -0700 Subject: [PATCH] Change to if to avoid breaking travis build on 16.04 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1090e3c..62793cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: - sudo util/install.sh -n install: -- bash -c "[ `lsb_release -rs` == '14.04' ] && make codecheck" +- bash -c "if [ `lsb_release -rs` == '14.04' ]; then make codecheck; fi" - sudo util/install.sh -fnvw script: