diff --git a/travis.sh b/travis.sh index b53a3d9ea..42d9a2ed0 100755 --- a/travis.sh +++ b/travis.sh @@ -31,7 +31,7 @@ env: ' if [[ "$FORCE_BUILD" == "ALL" ]]; then - ./rebuild_all + ./rebuild_all.sh exit elif [[ -n "${FORCE_BUILD+x}" ]]; then for FI in "${FORCE_BUILD[@]}"; do