Use bash explicitly

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2019-09-03 15:12:45 -04:00
parent 7e5df27a07
commit 179e42f200
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [[ -z "$TRAVIS" ]]; then
echo "This script is intended to be run only on Travis." >&2