Run bash explicitly in codecheck conditional

This commit is contained in:
Bob Lantz
2017-03-15 15:09:06 -07:00
parent bf2bb4c88c
commit 65acef533a
+1 -1
View File
@@ -14,7 +14,7 @@ before_install:
install:
- sudo util/install.sh -fnvw
- [ `lsb_release -rs` == '14.04' ] && make codecheck
- bash -c "[ `lsb_release -rs` == '14.04' ] && make codecheck"
script:
- sudo mn --test pingall