blackbeltlabs / TextAnnotation

Swift text annotation component for macOS.
MIT License
5 stars 2 forks source link

Added possibility to render TextAnnotation from TextAnnotationModelable for undo / redo -> https://trello.com/c/LsXL3KEk #11

Closed ulian-onua closed 4 years ago

mirkokiefer commented 5 years ago

@ulian-onua could we get the build to pass? Looks like there is an issue with use of undeclared type 'TextAnnotationModelable'.

ulian-onua commented 5 years ago

@ulian-onua could we get the build to pass? Looks like there is an issue with use of undeclared type 'TextAnnotationModelable'.

@mirkokiefer I didn't use Travis before. Do I need you to grant me any permissions to use it?

mirkokiefer commented 5 years ago

@ulian-onua you shouldn't need any permissions since its open-source - just use the link in the PR that is failing: https://travis-ci.org/blackbeltlabs/TextAnnotation/builds/579445621?utm_source=github_status&utm_medium=notification

Travis just tries to build and (if existing) test the app according to the scripts defined here: https://github.com/blackbeltlabs/TextAnnotation/blob/master/.travis.yml

ulian-onua commented 5 years ago

@ulian-onua you shouldn't need any permissions since its open-source - just use the link in the PR that is failing: https://travis-ci.org/blackbeltlabs/TextAnnotation/builds/579445621?utm_source=github_status&utm_medium=notification

Travis just tries to build and (if existing) test the app according to the scripts defined here: https://github.com/blackbeltlabs/TextAnnotation/blob/master/.travis.yml

Ok. Thanks.

ulian-onua commented 5 years ago

@mirkokiefer Travis successfully passed!