Top "Travis-ci" questions

For questions about the hosted continuous integration service.

How to use travis-ci to build modern c++ using modern cmake?

Is it possible to use travis-ci to build a c++ application/project that uses cmake, gcc-6 and g++-6?

c++11 gcc cmake travis-ci
How to make travis execute Angular tests on Chrome ("Please set env variable CHROME_BIN")

I'm working on a sample Angular project generated by yeoman. I am able to run karma tests locally (I set …

angularjs yeoman karma-runner travis-ci
How to login into a Travis Enterprise using Travis CLI?

I'm trying to login to an own hosted Travis Enterprise, but usual travis login and travis login --pro are trying …

travis-ci travis-ci-cli
Travis CI build doesn't work with Android Constraint Layout

I am trying to make Travis build my Android project. It fails when it tries to download the library for …

android travis-ci android-constraintlayout
How to run Tox with Travis-CI

How do you test different Python versions with Tox from within Travis-CI? I have a tox.ini: [tox] envlist = py{27,33,34,35} …

python unit-testing travis-ci python-unittest tox
Why is my travis-ci build status always reflected as unknown?

I setup travis-ci for a new rails project, but for some reason the build status is always shown as unknown …

travis-ci github-services
Using Travis-CI for client-side JavaScript libraries?

I'm not sure to use Travis-CI for my client-side JavaScript library or not, because it compiles with NodeJs on Travis-CI …

javascript continuous-integration travis-ci
How to package, compress and deploy binaries as zip/tar.gz from a github repo with maven/travis to bintray.com generic repo

Since Github disabled the downloads, we need to use a new service (like Bintray.com) for publishing our binaries. For …

java maven github travis-ci bintray
Travis CI Android Tests: no connected devices

I am trying to set up Travis for Android. Running the build seems to work so far, but when it …

android continuous-integration travis-ci
Android tests fail on Travis with ShellCommandUnresponsiveException

We're seeing a lot of build failures on the first and even second execution of pull requests for our Android …

android travis-ci