Skip to content

Commit 1f37d7d

Browse files
committed
Merge branch 'release/0.4.0'
2 parents 7f298a0 + 47ff076 commit 1f37d7d

44 files changed

Lines changed: 2703 additions & 43 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
codecov:
2+
3+
ignore:
4+
- "Sources/PageboyTests/**/*"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ playground.xcworkspace
4343
# you should judge for yourself, the pros and cons are mentioned at:
4444
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4545
#
46-
# Pods/
46+
Pods/
4747

4848
# Carthage
4949
#

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
language: objective-c
3+
osx_image: xcode8.2
4+
5+
script:
6+
- xcodebuild -workspace Pageboy.xcworkspace -scheme Pageboy -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' build test
7+
- pod lib lint --quick
8+
9+
after_success:
10+
- bash <(curl -s https://codecov.io/bash)

Artwork/artwork.sketch

48 KB
Binary file not shown.

Artwork/logo.png

164 KB
Loading

0 commit comments

Comments
 (0)