Change to if to avoid breaking travis build on 16.04

This commit is contained in:
Bob Lantz
2017-05-24 17:17:25 -07:00
parent a6627cd928
commit 2437aba984
+1 -1
View File
@@ -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: