Travis CI wrong directory failure
Closed this issue · 2 comments
davepatterson commented
For some reason Travis fails when trying to build with the xcode8 image. Because of this, we're unable to establish a swift3.
davepatterson commented
davepatterson commented
Updating cocoapods on travis fixes this. To do so add the following to .travis.yml
before_install: - gem install cocoapods -v '0.32.1'