Top "Travis-ci" questions

For questions about the hosted continuous integration service.

How do I get Travis' build working directory in .travis.yml?

When working with the .travis.yml, is there an environment variable that contains the name of the current build directory …

travis-ci
How to find the current git branch in detached HEAD state

I can find the current git branch name by doing either of these: git branch | awk '/^\*/ { print $2 }' git …

git bash jenkins branch travis-ci
How do you remove a Github repository for Travis CI tests?

I created a Travis CI test using a Github repository. I can't seem to find any information about how to …

travis-ci
Referencing current branch in github readme.md

In my github repo's readme.md file I have a Travis-CI badge. I use the following link: https://travis-ci.org/…

github markdown travis-ci
cURL error 35: gnutls_handshake() failed

I am running into the following error from a PHP component that uses CURL to request a URI via SSL: …

php curl travis-ci gnutls
Travis CI - Using repository environment variables in .travis.yml

I'm looking to declare environment variables in my Travis CI repository settings and use them in my .travis.yml file …

travis-ci
How to configure SonarCloud

I have java project and I want to integrate it with SonarCloud I Follow the official steps: Inspecting code with …

java encryption sonarqube travis-ci sonarcloud
How make travis-ci execute for some branch?

I have a few branches in my repo and I have the .travis.yml file in a branch A (master …

github travis-ci
How to fix a permission denied (publickey) error for a git submodule update in the Github Travis CI build?

I cannot update the git submodule, with the error: $ git submodule init Submodule 'build/html' ([email protected]:quadroid/clonejs.…

git github git-submodules travis-ci
How do I use Travis-CI with C# or F#

Travis CI continuous integration service officially supports many languages, but not C# or F#. Can I use it with my .…

c# f# mono travis-ci