For questions about the hosted continuous integration service.
I'm having trouble deploying travis CI with firebase using these firebase commands: firebase deploy --email ${FIREBASE_USERNAME} --password ${FIREBASE_PASSWORD} …
firebase travis-ci firebase-hostingI'm using Travis-CI to provide continuous integration builds for a few Java open source projects I'm working on. Normally this …
java maven continuous-integration gnupg travis-ciI am using Travis CI to test and build my project and as part of it I want travis to …
node.js gruntjs travis-ciI'm having trouble building my nuxt images in a travis CI pipeline. My local environment is ubuntu 18.04 - docker version 19.03.11 …
node.js docker travis-ci nuxt.jsThe following causes travis to not build at all. When I try to validate the travis.yml file, it complains …
bash yaml travis-ciInside the .travis.yml configuration file what is the practical difference between before_install, install, before_script and script options? …
travis-ciFor my builds on Travis, I want to be able to read the test results when there are failing tests …
gradle travis-ciI'm trying to use Travis Continuous Integration on a Rails project. The documentation says that the test db must be …
ruby-on-rails travis-ciI want to test different builds of my .js framework against many browsers I expected to write something like: language: …
travis-ciI have a rails project and am running tests for my JavaScript test (Jasmine) through Karma .travis.yml file language: …
ruby-on-rails travis-ci karma-runner