-
Notifications
You must be signed in to change notification settings - Fork 14
Travis-CI/publishing: our publishing stuff doesn't work on dist: bionic
but generating spec PDF requires it
#764
New issue
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
Comments
Move the |
do you know for sure whether you're allowed to set |
I'm fairly sure because this example seems to suggest it: https://docs.travis-ci.com/user/multi-os/#example-multi-os-build-matrix jobs:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode7.2 seeing as you can define a matrix of not even linux, makes sense that the linux distribution is matrixable. |
nice. okay, trying it here: scala/scala#9516 |
This appears to be working. This seems satisfactory for now, actually. Xenial will likely remain available for a while yet to come on Travis-CI. If they ever drop it, or if we move to GitHub Actions, we might need to figure out something else, but it seems like a bridge we can cross when we come to it. |
some gory details at #762
The text was updated successfully, but these errors were encountered: