For questions about the hosted continuous integration service.
I currently have TravisCI building on PRs in a public GitHub repo. The instructions for Coveralls say to put this …
github travis-ci coverallsI want to use apt to install some packages for the test, however, it fails due to that the sudo …
travis-ciI have .travis.yml with some secure (encrypted) env variables. Now I need to descrypt those variables to use them …
travis-ciI am trying to use grunt-gh-pages extension to commit to my gh-branch. It works fine locally but when I use …
github travis-ci github-pagesI would like to know how to run an after_success script only for a specific branch. I am using …
travis-ciI am trying to get travis-ci to run a custom deploy script that uses awscli to push a deployment up …
amazon-web-services configuration travis-ci continuous-deployment aws-cliMy company is using travis-ci.org (the free version for open source software) to automatically build pull requests to our …
travis-ciI had two branches (master and gh-pages) in github git repo https://github.com/larrycai/LASO According to the document …
github travis-ciOn the install step, Travis CI clones the repo, which looks similar to this: git clone --depth=50 --branch=master https://…
travis-ciI'm trying to setup SonarQube.com on travis for a maven project, but I see the following exception on build: […
java maven sonarqube travis-ci license-key