nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

Update travis ci #3

Closed DimitarTodorov closed 5 years ago

farfromrefug commented 5 years ago

@DimitarTodorov i have an issue with the travis config. the tslint wont pass. The issue is that the generated definition files from tsc are not in the correct tslint format. Especially i get double quote in enums where tslint expects single quotes. Any idea?