mapbox / turf-swift

A Swift language port of Turf.js.
https://mapbox.github.io/turf-swift/
ISC License
236 stars 55 forks source link

Enabling automatic test discovery on Linux #205

Closed Udumft closed 1 year ago

Udumft commented 1 year ago

PR updates swift version used on Travis CI linux job which enables automatic test discovery on Linux platform. Unit tests and SPM target corrected with found errors. Had to update Linux distributive from Trusty to Xenial since Ubuntu 14.04 does not come with Swift 5.4 support, and minimal supported version is Ubuntu 16.04 (as found here) which is represented with Xenial dist on Travis.