Questions tagged [travis-ci]

Travis CI is a SaaS tool that provides continuous integration testing

Travis CI is a SaaS tool that provides continuous integration testing. If a .travis.yml file is added to the root of the repository and code is pushed to this repo then the build will be triggered using a webhook. The outcome of the build can be shown in the README of the repository if a travis badge is added.

Test and deploy with confidence!

Homepage

https://travis-ci.org/

6 questions
2
votes
0 answers

How to continous build versioned Docker images

I have a PHP project on GitHub for which I would like to build versioned Docker images. Kinda like CoreOS Container Linux does with their alpha, beta and stable release channels. For development I follow the Git Flow principle and use the feature ->…
tvb
  • 341
  • 1
  • 2
  • 8
1
vote
0 answers

How to auto deploy to Flynn using Travis CI?

I tried to do as the instructions here: https://blog.evantahler.com/deploying-to-flynn-from-travis-ci-d28f73e3ac99 but it does not seem to work. I get this error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt…
rablentain
  • 111
  • 3
1
vote
1 answer

Why is the travis badge not assigned to the role in ansible galaxy?

According to this documentation it should be possible to add a travis badge to an ansible role in galaxy: Push the changes to your GitHub repo. This will kick-off a Travis build. When the build completes, Travis will notify Galaxy, and your …
030
  • 5,731
  • 12
  • 61
  • 107
1
vote
0 answers

redis load module: cannot open shared object file. Permission denied

I am successfully building the redisearch.so module on travis-ci. After the module is built, I instruct the Redis to load it like this redis-cli MODULE LOAD $TRAVIS_BUILD_DIR/rs/build/redisearch.so which gives me the following error 5439:M 17 Nov…
0
votes
2 answers

Elastic Beanstalk Health Degraded

I am trying to to deploy an Node.js Docker image to Elastic Beanstalk using Travis CI. The tests and builds in Travis keep passing and successfully deploying however, I keep getting the following warn and error on my Elastic Beanstalk…
0
votes
1 answer

Why does the sensu-client not start in docker on Travis?

This Ansible role has been created and this .travis.yml has been used as an example in order to test the role. All services were able to start, except the sensu-client. Attempts to solve the issue In order to solve the issue a debug step was added…
030
  • 5,731
  • 12
  • 61
  • 107