Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Commit e8e98ec

Browse files
authored
Update .travis.yml
1 parent 4f00a6f commit e8e98ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ before_install:
2727
- gem install cocoapods --pre
2828

2929
script:
30+
- set -e
31+
- xcodebuild -version
32+
- xcodebuild -showsdks
33+
3034
- if [ $POD_LINT == "YES" ]; then
3135
pod lib lint;
3236
fi

0 commit comments

Comments
 (0)