Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Feb 17, 2017
2 parents 7f298a0 + 47ff076 commit 1f37d7d
Show file tree
Hide file tree
Showing 44 changed files with 2,703 additions and 43 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
codecov:

ignore:
- "Sources/PageboyTests/**/*"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/

# Carthage
#
Expand Down
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

language: objective-c
osx_image: xcode8.2

script:
- xcodebuild -workspace Pageboy.xcworkspace -scheme Pageboy -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' build test
- pod lib lint --quick

after_success:
- bash <(curl -s https://codecov.io/bash)
Binary file added Artwork/artwork.sketch
Binary file not shown.
Binary file added Artwork/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1f37d7d

Please sign in to comment.