Skip to content

Commit

Permalink
Update travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Mar 16, 2016
1 parent de0470a commit 2a7d23e
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 @@ -4,7 +4,7 @@ language: objective-c
podfile: WPXMLRPCTest/Podfile
before_install:
# - gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=WPXMLRPCTest
- pod install --project-directory=WPXMLRPCTest --no-repo-update
script:
- set -o pipefail && xcodebuild test -workspace WPXMLRPCTest/WPXMLRPCTest.xcworkspace -scheme WPXMLRPCTest-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit 2a7d23e

Please sign in to comment.