travis: use only POSIX constructs here, avoid bashisms
e.g. [[ ]] -> [ ] and 'which' -> command -V
Although this is not strictly needed, it keeps the project uniformly POSIX.
Signed-off-by:
Bastian Bittorf <bb@npl.de>
Please register or sign in to comment