Questions tagged as 'travis-ci'

2
answers

What is Travis CI?

I'm doing a research on software testing (integrated testing, debugging and maintenance environments) and I found this Travis CI, but my English is not very good and I did not find articles in Portuguese. Basically, what is Travis CI for? And ho...
asked by 12.04.2017 / 00:57
1
answer

Integration test connected to an FTP

Is it possible to e-or if there is a tool that allows me to send certain files from a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after I commit and the test is completed and pass...
asked by 26.03.2014 / 20:26
1
answer

If / Else to Define Environment Variables in Travis

I'm using Travis for javascript (Grunt / Karma) testing and I set some variables in the .travis.yml file to run an array of tests. What I am missing is a means of defining variables using an if / else. I'm looking for something like th...
asked by 14.03.2014 / 12:56
1
answer

gcc is not found when the Makefile is executed by Travis-CI

I have a C project in GitHub and I'm trying to build it with Travis-CI, but the following error is always displayed: Using worker: worker-linux-9-2.bb.travis-ci.org:travis-linux-2 $ export CC=gcc git.1 $ git clone --depth=50 --branch=someDevs...
asked by 15.02.2014 / 19:03
1
answer

Error performing continuous integration test - Travis-CI

For learning purposes I am using the services of Travis-CI to perform integration testing continues on a personal project. When running the test locally all pass, without errors. However, when running on Travis-CI there is this return. lin...
asked by 17.02.2014 / 18:57
2
answers

Linux using no travis

So I'm trying to add my project to Travis, I noticed that it makes use of Ubuntu, I was wondering if there is any way to compile my project in CentOS and Ubuntu using Travis?     
asked by 05.04.2015 / 05:07
1
answer

Build Failing in PHP Project on Travis-CI

I'm trying to build nightly builds of a PHP project on Travis-CI but I'm catching up. My builds are failing because Travis-CI says it does not find the composer. There are more details in the log below. Using worker: worker-linux-docker-c22a...
asked by 28.03.2015 / 22:10
2
answers

Error executing implementation test

I use Travis-Ci (as learning) to better understand implementation testing. Since build 14 I have this error link I had a small change while sending the file gemfile.lock, but the error still persisted.     
asked by 31.01.2014 / 18:32
0
answers

How to effectively and efficiently integrate Travis-ci with Docker Hub?

I'm creating some Dockerfile + configuration files for my images, I'm currently pushing for GitHub, then Travis-ci picks up the files and generates a build, finishing pushing the Docker Hub. In this approach I have to enter Docker Hub user an...
asked by 28.03.2018 / 05:00
0
answers

Docker Hub + Travis-ci: how to generate an automatic description?

I've been battling for 9 hours now to be able to seamlessly integrate Github > Travis-ci and Docker hub . So I've already managed to achieve the following goal: I apply a push to Github, at this point Travis-ci "captures the code" and st...
asked by 21.01.2018 / 08:09