Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
marciok committed Sep 27, 2016
1 parent bad2e20 commit 1aa7211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ language: objective-c
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/OptionalExtras.xcworkspace -scheme OptionalExtras-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail
- xcodebuild test -scheme OptionalExtras-macOS
- xcodebuild test -scheme OptionalExtras -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO
#- pod lib lint

0 comments on commit 1aa7211

Please sign in to comment.