scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Fix travis tests #147

Closed yaroslavyaroslav closed 4 years ago

yaroslavyaroslav commented 4 years ago

I've fixed and updated travis-ci tests, they failed for some reason. Now they working on:

Yet there's no development sanpshots. e.g. swift 5.2. But i'll be glad to add it with another PR when they'll be released.

Also there were compilation warnings in Sources/HtmlTreeBuilderState.swift so i've fixed them too.

scinfu commented 4 years ago

thank you @yaroslavyaroslav