Skip to content
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

Fix Travis build #67

Closed
Glusk opened this issue May 14, 2024 · 1 comment · Fixed by #68, #69 or #70
Closed

Fix Travis build #67

Glusk opened this issue May 14, 2024 · 1 comment · Fixed by #68, #69 or #70

Comments

@Glusk
Copy link
Owner

Glusk commented May 14, 2024

Apparently, Travis now only supports free builds for OSS on specific architectures. Add this to .travis.yml:

os: linux
arch:
  - arm64
  - ppc64le
  - s390x

Also, fix Travis build status badge.

Glusk added a commit that referenced this issue May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
@Glusk Glusk closed this as completed in #68 May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
* #67 Add Travis OSS architectures; fix README badge link

* #67 comment

* #67 no comment; remove skip_cleanup: true

* #67 remove 2nd skip_cleanup
@Glusk
Copy link
Owner Author

Glusk commented May 14, 2024

More changed needed to opt-in to v2 deployment:
https://docs.travis-ci.com/user/deployment-v2#how-to-opt-in-to-v2

@Glusk Glusk reopened this May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
@Glusk Glusk closed this as completed in #69 May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
Glusk added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant