Skip to content

Commit

Permalink
More travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hughbe committed Feb 5, 2018
1 parent 785adbc commit ba4bcc2
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 @@ -6,5 +6,5 @@ before_install:
- gem install cocoapods
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/DayDatePicker.xcworkspace -scheme DayDatePicker-Example -sdk iphonesimulator11.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/DayDatePicker.xcworkspace -scheme DayDatePicker-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit ba4bcc2

Please # to comment.