Skip to content

Commit

Permalink
Fix #583 setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Goldin committed May 29, 2019
1 parent a20a3cf commit 3b96efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:

script:
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' | xcpretty;
- set -o pipefail && xcodebuild build -project Macaw.xcodeproj -scheme 'MacawOSX' ONLY_ACTIVE_ARCH=NO | xcpretty;
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'MacawOSX' -sdk macosx ONLY_ACTIVE_ARCH=NO -destination 'platform='OS X',arch=x86_64' | xcpretty;

notifications:
slack: exyte:kdo9FNtTOFMuMqAyyvZPDAD7

0 comments on commit 3b96efa

Please sign in to comment.