Change to if to avoid breaking travis build on 16.04
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ before_install:
|
|||||||
- sudo util/install.sh -n
|
- sudo util/install.sh -n
|
||||||
|
|
||||||
install:
|
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
|
- sudo util/install.sh -fnvw
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user