Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Removed debug config build run.
  • Loading branch information
AndreyZarembo authored Apr 13, 2018
1 parent bf5b76b commit 0e312a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ script:
fi

# Build Example in Debug if specified
- if [ $BUILD_EXAMPLE == "YES" ]; then
xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
fi
# - if [ $BUILD_EXAMPLE == "YES" ]; then
# xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
# fi

# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
Expand Down

0 comments on commit 0e312a3

Please sign in to comment.