Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 398e230

Browse files
committed
Updates travis
1 parent 8c9ef9d commit 398e230

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
install:
1818
- |
1919
bundle install
20-
bundle exec pod repo update
2120
script:
2221
- |
2322
if [ "$TEST_TYPE" = iOS ]; then
@@ -35,8 +34,8 @@ script:
3534
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c
3635
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c
3736
elif [ "$TEST_TYPE" = CocoaPods ]; then
38-
# SocketRocket produces warnings on xcode8
39-
pod lib lint ParseLiveQuery.podspec --allow-warnings
37+
bundle exec pod repo update 2>&1 || exit 1
38+
pod lib lint ParseLiveQuery.podspec
4039
elif [ "$TEST_TYPE" = Carthage ]; then
4140
carthage build --no-skip-current
4241
fi

0 commit comments

Comments
 (0)