Skip to content

Commit 9709d2f

Browse files
committed
Added more travis builds
1 parent 193557a commit 9709d2f

23 files changed

+1382
-798
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache: cocoapods
88
podfile: Example/Podfile
99
before_install:
1010
- gem install cocoapods # Since Travis is not always on latest version
11+
- pod repo update
1112
- pod install --project-directory=Example
1213
script:
1314
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftDog.xcworkspace -scheme SwiftDog-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty

Example/Podfile.lock

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ PODS:
22
- KeychainAccess (3.1.1)
33
- Nimble (7.0.3)
44
- Quick (1.2.0)
5-
- SwiftDog (0.1.0):
5+
- SwiftDog (0.0.1):
66
- KeychainAccess (~> 3.1)
77

88
DEPENDENCIES:
99
- Nimble (~> 7.0.2)
1010
- Quick (~> 1.2.0)
1111
- SwiftDog (from `../`)
1212

13-
SPEC REPOS:
14-
https://github.com/CocoaPods/Specs.git:
15-
- KeychainAccess
16-
- Nimble
17-
- Quick
18-
1913
EXTERNAL SOURCES:
2014
SwiftDog:
2115
:path: "../"
@@ -24,8 +18,8 @@ SPEC CHECKSUMS:
2418
KeychainAccess: 7bd430028059754a3debab3cfc0bd1fc7fb85df3
2519
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
2620
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
27-
SwiftDog: d177aaf5b6751cb14bbe3af7ee8ab01753eb8ba8
21+
SwiftDog: d4904c1b143009c9607c9c3f3ddb5b5184390f72
2822

2923
PODFILE CHECKSUM: 0eca5f0b46e112688516278a104c29ae8963a307
3024

31-
COCOAPODS: 1.5.0
25+
COCOAPODS: 1.2.0

Example/Pods/Local Podspecs/SwiftDog.podspec.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+446-474
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Nimble/Nimble.xcconfig

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftDog_Example/Pods-SwiftDog_Example-acknowledgements.markdown

+200-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)