travis
Here are 1,116 public repositories matching this topic...
I cannot figure out how to use properly danger on circleci 2.0 with workflows
Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).
How can I execute Danger to report test failures on all containers ?
Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I
Hello,
I would love to see some instructions on how to get this generated file/folder structure skeleton to work well with google/clasp's set up, specifically where to place its .clasp.json, appsscript.json, etc, relative to the src folder of typescript-library-starter, so that clasp push would work perfectly.
TIA, and good work!
GithubActions docs
extend the docs on how the bot can be used with GitHubActions.
GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.
this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar
Per the tox documentation is mentions that the parallel_show_output setting is a global [tox] setting however this doesn't seem to be the case, i.e., if one's tox.ini file is of the form:
[tox]
parallel_show_output = true
then running tox --parallel auto does not show any output.
According to t
Roadmap to 3.0
This Issue serves as documentation for anticipated breaking changes in 3.0 and allows community feedback to drive the development process.
Breaking Changes 💔
- Do not re-export React from
reactn. Have users just import React and ReactN Component/hooks from separate packages. This will help with the namespace conflicts withComponentin TypeScript. - Remove support for
@reactndecora
-
Updated
Apr 16, 2020 - JavaScript
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
-
Updated
Oct 21, 2019 - TypeScript
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Apr 28, 2020 - Swift
-
Updated
Jul 6, 2020 - QML
-
Updated
Jul 4, 2020 - Shell
With the browserify command, all gets bundled and in case of an error, it does not point to the correct line number of the source code. Is there a trick to make this happen?
Add Netlify Support
Support Netlify
Documentation: https://docs.netlify.com/configure-builds/environment-variables/#git-metadata
Environment variables:
- service detection: NETLIFY
- Branch: BRANCH
- Commit sha: COMMIT_REF
- Is Pull request: PULL_R
-
Updated
Jun 16, 2020 - Go
-
Updated
Dec 18, 2019 - JavaScript
-
Updated
Jun 10, 2018 - JavaScript
https://www.elastic.co/guide/en/beats/auditbeat/current/running-on-docker.html#_special_requirements
PID and CAP_ADD options are ignored as they are not yet available in swarm mode. Might be available in mid 2019
-
Updated
Jul 6, 2020
-
Updated
Jul 5, 2020 - JavaScript
After running gem install travis, you need to run another step if you use travis-ci.com instead of travis-ci.org (which is being deprecated). The step is:
travis endpoint --pro --set-defaultBackground (no need to mention this in the docs): this updates the local config at ~/.travis/config.yml and ensures the travis CLI is uploading the environment secrets to the .com
-
Updated
Oct 21, 2019 - TypeScript
Improve this page
Add a description, image, and links to the travis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the travis topic, visit your repo's landing page and select "manage topics."
Both GitHub and GitLab offer their own public Docker Registry:
https://github.com/features/packages
https://docs.gitlab.com/ee/user/packages/container_registry/
Gitea doesn't seem offer one yet.
Describe the solution you'd like
It would be great if GoReleaser could just automatically authenticate with the given registry on hostname/im