Most voted "travis-ci" questions
13 questions
Sort by count of
-
9
votes2
answers2414
viewsWhat is Travis CI?
I am doing a research on software testing (integrated test environments, debugging and maintenance) and I found this Travis CI, but my English is not very good and I did not find articles in…
-
5
votes1
answer212
viewsIntegration test connected to an FTP
It is possible to-or if there is a tool that enables me to send certain purchases of a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after…
-
3
votes1
answer73
viewsIf / Else to defenir Environment variables in Travis
I am using Travis for javascript testing (Grunt/Karma) and set some variables in the file .travis.yml to run a test matrix. What I’m missing is a means of defining variables using an if/Else. I’m…
-
2
votes1
answer472
viewsgcc is not found when Makefile is run by Travis-CI
I have a C project on Github and I’m trying to build with Travis-CI, but it always shows the error below: Using worker: worker-linux-9-2.bb.travis-ci.org:travis-linux-2 $ export CC=gcc git.1 $ git…
-
2
votes1
answer223
viewsError running continuous integration test - Travis-CI
For learning purposes I am using the services of Travis-CI to carry out the integration tests continues on a personal project. When running the test locally all pass, no errors. However, when…
-
2
votes2
answers56
viewsLinux using on Travis
So I’m wanting to add my project in Travis, I noticed that it makes use of Ubuntu, I wonder if there is any way to compile my project in Centos and Ubuntu using Travis ?
travis-ciasked 9 years, 7 months ago carolzinha 171 -
1
votes2
answers114
viewsError when running implementation test
I use the Travis-Ci (as learning) to better understand about implementation tests. Since the build 14 I have this mistake https://travis-ci.org/luizpicolo/website-ruby-rspec-mongodb/builds/17973711…
-
1
votes1
answer106
viewsBuild failing PHP project in Travis-CI
I’m trying to make night builds of a PHP project on Travis-CI but I’m catching on. My builds are failing because Travis-CI says they can’t find Composer. There are more details in the log below.…
-
1
votes0
answers75
viewsAutomatic public project deploy to AWS instance
Question: I would like to know how to configure the Travis CI to automatically deploy a public project from GitHub after running the build and all tests pass. I noticed this file configuration…
-
1
votes0
answers107
viewsDocker Hub + Travis-ci: how to generate an automatic Description?
I have been struggling for 9 hours to achieve a continuous integration between Github > Travis-ci and Docker hub. So far I’ve managed to achieve the following goal: I push to Github, at this…
-
1
votes0
answers79
viewsHow to integrate Travis-ci with Docker Hub in a practical and efficient way?
I’m creating some Dockerfile + configuration files for my images, currently I push to Github, later Travis-ci picks up the files and generates a build, ending makes the push to the Docker Hub. In…
-
0
votes1
answer34
viewsError in Bundle install in Travis
When running Trigger a build on Travis, Travis points to the following error. Ruby version 2.3.3 and Rails version 5.1.7. Follows Travis.yml…
-
0
votes0
answers25
viewsContinuous Integration - Test and PRD on the same server with Docker-Compose and Travis-CI
I have a Java system with Spring running in a Docker container with Docker-Compose. Integration works with Github >> Travis-CI >> Docker (on the server). I’m trying to assemble two…