We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OS X for platform specific testing in the travis.yml configuration file.
travis.yml
os: - linux - osx
but the before_install needs to be made os independent.
before_install
https://docs.travis-ci.com/user/multi-os/
The text was updated successfully, but these errors were encountered:
Would travis-ci/travis-ci#2312 help? (I didn't read the comments there though.)
Sorry, something went wrong.
thanks @oyamad that just saved me a lot of time. I'm guessing that is probably the reason that conda-forge uses CircleCI for OSX
conda-forge
https://circleci.com/
Successfully merging a pull request may close this issue.
Add OS X for platform specific testing in the
travis.yml
configuration file.but the
before_install
needs to be made os independent.https://docs.travis-ci.com/user/multi-os/
The text was updated successfully, but these errors were encountered: