1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Drop xc-pretty due to Travis formatting issues

This commit is contained in:
Tom Lankhorst
2019-02-27 10:05:20 +01:00
committed by Michael Steenbeek
parent 5b0367ea0e
commit 60dcd402a7

View File

@@ -196,7 +196,7 @@ script:
# Android jobs are triggered from cron and overwrite `script` part
- if [[ "$OPENRCT2_ANDROID" == "true" ]] ; then exit 0 ; fi
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then bash scripts/linux/build.sh ; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then set -o pipefail && xcodebuild | xcpretty -f `xcpretty-travis-formatter`; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then set -o pipefail && xcodebuild ; fi
notifications:
on_failure: change