Skip to content
#

travis

Here are 1,116 public repositories matching this topic...

goreleaser
Startouf
Startouf commented Jun 21, 2018

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

fbartho
fbartho commented Sep 19, 2019

The GitHub Integration just fails with a GitHub Error Response if your Issue Comment gets too long.

It’d be great if we truncated the message, & added a [truncated] 📝?

Thoughts @orta ? I’m happy to implement this if you have advice!

staabm
staabm commented Sep 17, 2019

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

tox
CharlesStover
CharlesStover commented Sep 1, 2019

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 with Component in TypeScript.
  • Remove support for @reactn decora
mathiasbynens
mathiasbynens commented May 24, 2018

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-default

Background (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

Improve this page

Add a description, image, and links to the travis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the travis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.