Skip to content

Commit

Permalink
Add CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Feb 16, 2017
1 parent f2fa776 commit 0c54836
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 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/**/*"
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

language: objective-c
osx_image: xcode8.2

env:
global:
- WORKSPACE=Pageboy.xcworkspace
- PROJECT=Sources/Pageboy.xcodeproj
- SCHEME=Pageboy

install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

script:
- xcodebuild -scheme $SCHEME -workspace $WORKSPACE -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0' build test
#- pod lib lint --quick

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0c54836

Please sign in to comment.