diff --git a/.travis/build.sh b/.travis/build.sh index b49a453..44ff007 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + if [[ $TRAVIS_OS_NAME == 'osx' ]]; then xcodebuild $ACTION -project Polyline.xcodeproj -scheme "$SCHEME" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO swift build