datatheorem / TrustKit-Android

Easy SSL pinning validation and reporting for Android.
MIT License
584 stars 87 forks source link

Run tests on multiple API levels in CI #32

Closed nabla-c0d3 closed 5 years ago

nabla-c0d3 commented 6 years ago

Because there are two very different code paths in TrustKit's pinning validation logic (before VS after API level 24), it would be useful to be able to run the test suite in Travis on at least two API levels, such as 17 and 24.