-
-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
9,789 additions
and
3,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
sudo: required | ||
osx_image: xcode7.1 | ||
language: swift | ||
# .travis.yml | ||
|
||
before_install: | ||
|
||
- export LANG=en_US.UTF-8 | ||
- env | ||
- locale | ||
- gem install cocoapods --quiet | ||
- pod --version | ||
- pod setup --silent | ||
- pod repo update --silent | ||
# references: | ||
# * http://www.objc.io/issue-6/travis-ci.html | ||
# * https://github.com/supermarin/xcpretty#usage | ||
|
||
osx_image: xcode7.2 | ||
language: objective-c | ||
cache: cocoapods | ||
before_install: | ||
- export LANG=en_US.UTF-8 | ||
- env | ||
- locale | ||
- gem install cocoapods xcpretty # Since Travis is not always on latest version | ||
- pod --version | ||
- pod update | ||
script: | ||
|
||
- pod lib lint | ||
|
||
- xctool -project SwiftDate.xcodeproj -scheme 'SwiftDate' | ||
- set -o pipefail && xcodebuild test -workspace SwiftDate.xcworkspace -scheme SwiftDateTests -configuration Debug -destination "platform=iOS Simulator,name=iPhone 5s,OS=9.0" -destination "platform=iOS Simulator,name=iPhone 6s plus,OS=9.2" ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES | xcpretty -c | ||
- pod lib lint |
Oops, something went wrong.