Skip to content
#

travis-ci

Here are 3,339 public repositories matching this topic...

drush
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
abathur
abathur commented Apr 10, 2020

I've personally just removed everything in ~/.travis while cleaning up because I don't still have the CLI installed at the moment, but I had trouble finding any succinct acknowledgement of the files (currently config.yml and travis.sh) in it, where they came from, and context on whether a user would want to back them up or not.

Some people assume these files, particularly ~/.travis/config.yml,

mrwacky42
mrwacky42 commented Dec 14, 2017

Ordinarily, I would try to update the docs myself, but I just don't have time.
I got hubcommander working today, but it was more effort than it should have been due to outdated documentation.

A few things I had issue with:

  • In my org, I had to create a slack app in order to get a token. Then you must give the app the power to be a bot, and use the bot token for Oauth in order to get `rtm:str

450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Mesos, Riak, MongoDB, Memcached, Couchbase, CouchDB, Neo4j, Ambari, Cloudera, Hortonworks, MapR. Products: Attivio, Blue Talon, Datameer, H2O, WanDisco, Zaloni

  • Updated May 19, 2020
  • Python
oliviercailloux
oliviercailloux commented Aug 23, 2018

Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)

Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with find -name "*.adoc" -print0 | xargs -0 awesome_bot in the .travis.yml file. Perhaps this would also deserve mention in the doc.

edmorley
edmorley commented Oct 18, 2017

The issue template for this repo currently says:

Hello!

This isn’t the place for feature requests or bug reports. If that’s what you’ve come here for, please either visit our [public bug tracker](https://github.com/travis-ci/travis-ci/issues) or send us an email at support@travis-ci.org.

Otherwise, go ahead and delete this text :grimacing:

I read this as "this isn't the place

eugpermar
eugpermar commented May 23, 2018

Suites like gcov works well if I execute many binaries (or the same binary with different arguments) in parallel, does kcov support this too? In particular, I'm interested in bash coverage.

For example, to have two scripts that source common.sh, and I execute them in two different shells, will the common.sh merged reports be OK? If not, what parts of kcov should be modified to support it?

Th

jmsgwd
jmsgwd commented Jan 5, 2020

The documentation says that by default, CSV export generates a file "that is readable by Microsoft Excel in Europe, i.e., the default encoding is WINDOWS-1252 and the separator is ;".

I understand this is only a default, and it can be overridden using environment variables.

However, I suggest that the default should be changed to UTF-8 and the more standard comma-separated values, for the

Improve this page

Add a description, image, and links to the travis-ci 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-ci topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.