Skip to content

Commit

Permalink
Breadcrumbs and few other fixes (#14)
Browse files Browse the repository at this point in the history
* Updated with new breadcrumbs interface specs

* Removed all references of raven and fixed tvos example so it compiles with new breadcrumb stuff

* Single buffer for breadcrumbs that save in order they were added

* Fix for travisci

* Scan needs to be 0.6
  • Loading branch information
Josh Holtz committed May 24, 2016
1 parent 7b1141b commit 1dbd9cf
Show file tree
Hide file tree
Showing 17 changed files with 1,750 additions and 1,437 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: objective-c
osx_image: xcode7.3
before_install:
- gem install fastlane
- gem install scan -v 0.6
script:
- scan -s SentrySwift-iOS
- scan -s SentrySwift-OSX
- scan -s SentrySwift-tvOS

Loading

0 comments on commit 1dbd9cf

Please sign in to comment.