Skip to content

Commit 7842c0c

Browse files
authored
Update .travis.yml (jessesquires#1937)
1 parent e8e98ec commit 7842c0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ before_install:
2727
- gem install cocoapods --pre
2828

2929
script:
30-
- set -e
31-
- xcodebuild -version
32-
- xcodebuild -showsdks
30+
- set -o pipefail
3331

3432
- if [ $POD_LINT == "YES" ]; then
3533
pod lib lint;

0 commit comments

Comments
 (0)