Top "Travis-ci" questions

For questions about the hosted continuous integration service.

How to reproduce a travis-ci build environment for debugging

I am seeing a build failure on travis-ci, which I cannot reproduce on my local machine. Are there instructions somewhere …

travis-ci
Travis-CI Auto-Tag Build for GitHub Release

I have been attempting to have Travis-CI automatically post its build product on GitHub Releases whenever a commit is pushed …

github travis-ci
Remove Travis CI old builds

This is my first day using Travis CI. I made some mistakes, I've tried removing and adding the repository again, …

travis-ci
Travis CI for private repositories

Is there any way to setup Travis CI on our own machines for private repositories and have it connect to …

ruby-on-rails-3 travis-ci
How to make Travis CI test package for Linux, OS X, Windows?

Is there a way to tell Travis CI (or another continuous integration service) to test the package on different operating …

linux windows macos travis-ci
Using Travis CI for testing on UNIX shell scripts

Background: I have been using Travis CI for my PHP projects and I really like how they give you a …

shell unix travis-ci shunit2
Springboot HttpMessageNotWritableException: No converter for [...] with preset Content-Type 'null']

I try create web API with XML and JSON with Springboot 2.2.4.RELEASE + JDK11 and java 8 compilation. my model: @XmlRootElement public …

java spring-boot travis-ci openjdk-11
How to publish to Github Pages from Travis CI?

We are compiling Doxygen docs on the travis-ci server and want to push them onto our gh-pages branch. How do …

git github travis-ci doxygen github-pages
How do travis-ci and gitlab-ci compare?

As far as I understand, the main difference is that gitlab-ci is opensource (you can install it on your own …

travis-ci gitlab-ci gitlab-ci-runner
Travis CI with Clang 3.4 and C++11

Is it possible to get Travis CI working with Clang that is capable of C++11? (I want Clang, not GCC, …

c++ c++11 clang travis-ci clang++