Skip to content

Conversation

@tylerhall
Copy link
Owner

Per request from @syddo here #4

@tylerhall tylerhall linked an issue Mar 17, 2020 that may be closed by this pull request
@tylerhall tylerhall mentioned this pull request Mar 17, 2020
@tylerhall
Copy link
Owner Author

So, I'm not a Travis CI user normally and don't really have any experience with their platform. I quickly cobbled together a .travis.yml file that I thought might work for macOS, but the first build failed. If someone wants to take a look, that'd be great.

That said, this project doesn't have any tests included, so other than Travis verifying that the build succeeds, it's not going to do much. But I'm happy to include Travis CI support regardless. Certainly can't hurt.

@tylerhall tylerhall added the help wanted Extra attention is needed label Mar 17, 2020
@funkyboy
Copy link

@tylerhall The lock file in the repo is generated using Cocoapods 1.9.1 (https://github.com/tylerhall/DefaultApp/blob/master/Podfile.lock#L35) while the Travis image you are using still has Cocoapods 1.8.4 (as reported here https://travis-ci.org/github/tylerhall/DefaultApp/builds/663623217#L638)

Solutions are (either):

  • use Cocoapods 1.8.4 in your repo
  • update Cocoapods (via a gem install cocoapods -v 1.9.1) on Travis before the build is run, using something like
before_install:
 - gem install cocoapods -v 1.9.1

in your travis file.

Hope this helps.

@tylerhall
Copy link
Owner Author

Thanks for that, @funkyboy. I'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provision for CICD

3 participants