Run bash explicitly in codecheck conditional
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user