sabirvirtuoso / Mockit

A simple mocking framework for Swift, inspired by the famous http://mockito.org/
MIT License
120 stars 27 forks source link

Upgrade to Swift4 #15

Closed chriet closed 6 years ago

vldalx commented 6 years ago

@chriet The PR is failing on CI because Xcode 8 does not support Swift 4.

You have to change one line in the .travis.yml from osx_image: xcode8 to osx_image: xcode9.1

Then it should pass.