Top "Travis-ci" questions

For questions about the hosted continuous integration service.

Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?

My Python package has a setup.py which builds fine locally on Ubuntu Trusty and on a fresh Vagrant Ubuntu …

python travis-ci setup.py pypi
Error: Local workspace file ('angular.json') could not be found

I have travis-ci integrated with my GitHub account (https://github.com/pradeep0601/Angular5-Router-App). When I updated @angular/cli version …

angular-cli travis-ci package-lock.json
How to run travis-ci locally

I've just joined a project, and I'm new to travis-ci. I'd rather not have to push every little change to .…

travis-ci
Jenkins vs Travis-CI. Which one would you use for a Open Source project?

For my project I need to choose between Jenkins and Travis-CI. I’ve been using Jenkins for years but I’…

jenkins continuous-integration travis-ci
Trigger a Travis-CI rebuild without pushing a commit?

Using Travis-CI, is it possible to trigger a rebuild without pushing a new commit to GitHub? Use case: A build …

travis-ci
How to fix the YAML syntax error: did not find expected '-' indicator while parsing a block?

I have some code written in my .travis.yml written for a Python library. Using lint.travis-ci.org, I came …

syntax-error yaml indentation travis-ci
Use xcodebuild (Xcode 8) and automatic signing in CI (Travis/Jenkins) environments

With the release of Xcode 8, Apple introduced a new way of managing the signing configuration. Now you have two options …

xcode jenkins continuous-integration travis-ci xcodebuild
Showing Travis build status in GitHub repo

I remember recently seeing the Travis build status of a pr or commit in GitHub browsing the repository (but can't …

github continuous-integration travis-ci
Error: TSError: ⨯ Unable to compile TypeScript

I am facing the problem: My Project is built on Angular4 with typescript, e2e testing with protractor & karma. …

node.js angular typescript protractor travis-ci
How to publish artifacts in Travis CI?

I would like to use Travis CI for my open-source project. The issue that Travis doesn't provide any ways to …

artifacts travis-ci