Skip to content

Commit

Permalink
Travis build file update
Browse files Browse the repository at this point in the history
  • Loading branch information
3ph committed Jun 6, 2017
1 parent e85c949 commit a51c4d3
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 @@ -10,5 +10,5 @@ before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example --repo-update
script:
- set -o pipefail && xcodebuild test -workspace Example/CollectionPickerView.xcworkspace -scheme CollectionPickerView-Example -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/CollectionPickerView.xcworkspace -scheme CollectionPickerView-Example -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit a51c4d3

Please sign in to comment.