SwiftValidatorCommunity/SwiftValidator

Travis CI wrong directory failure

Closed this issue · 2 comments

For some reason Travis fails when trying to build with the xcode8 image. Because of this, we're unable to establish a swift3.

Updating cocoapods on travis fixes this. To do so add the following to .travis.yml

before_install: - gem install cocoapods -v '0.32.1'