Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Dasmer/DAZABTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasmer Singh committed Nov 12, 2014
2 parents c52f71f + 9b78209 commit ac7c3f2
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 446 deletions.
5 changes: 5 additions & 0 deletions .slather.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage_service: coveralls
xcodeproj: DAZABTest.xcodeproj
source_directory: DAZABTest
ignore:
- "*/Pods/*"
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ script:
- xctool test -workspace DAZABTest.xcworkspace -scheme DAZABTestTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
before_install:
- gem i cocoapods --no-ri --no-rdoc
- gem i slather --no-ri --no-rdoc
- brew uninstall xctool; brew install xctool --HEAD;
install:
- pod install
- pod install
after_success: slather
Loading

0 comments on commit ac7c3f2

Please sign in to comment.