EFPrefix / EFQRCode

A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.

Home Page:https://efprefix.github.io/EFQRCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Failing CI

ApolloZhu opened this issue · comments

As we can see on https://travis-ci.org/EFPrefix/EFQRCode, all the tests are failing due to missing simulators. From this StackOverflow answer, we can install the necessary simulators within the execution of each matrix configuration.

Note

There's a patch for iOS 9.3 simulator, which should now be executed for that configuration only, or completely removed if that's no longer necessary.

Should be fixed