Top "Travis-ci" questions

For questions about the hosted continuous integration service.

How can I connect Coveralls and Travis in GitHub?

I currently have TravisCI building on PRs in a public GitHub repo. The instructions for Coveralls say to put this …

github travis-ci coveralls
Travis sudo is disabled

I want to use apt to install some packages for the test, however, it fails due to that the sudo …

travis-ci
How I can decrypt secure env variables?

I have .travis.yml with some secure (encrypted) env variables. Now I need to descrypt those variables to use them …

travis-ci
Committing via travis ci failing

I 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-pages
TravisCI: Run after_success on a specific branch

I would like to know how to run an after_success script only for a specific branch. I am using …

travis-ci
How to run aws configure in a travis deploy script?

I 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-cli
How does travis-ci.org throttle builds?

My company is using travis-ci.org (the free version for open source software) to automatically build pull requests to our …

travis-ci
travis-ci triggers build only for master branch in github repo

I had two branches (master and gh-pages) in github git repo https://github.com/larrycai/LASO According to the document …

github travis-ci
How can I customize / override the "git clone" step in Travis CI?

On the install step, Travis CI clones the repo, which looks similar to this: git clone --depth=50 --branch=master https://…

travis-ci