Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build project on CentOS using travis?

I'd like to use travis to build my project, I noticed that it build on Ubuntu, I was wondering if it is possible to build using a CentOS VM?

like image 319
carolzinha Avatar asked Apr 05 '15 00:04

carolzinha


1 Answers

Yes. You can build and run your tests on CentOS by using Docker.

See the answer to this question for an example .travis.yml:

How to run tests on CentOS 7 with Travis-CI?

like image 92
Jay Prall Avatar answered Sep 29 '22 23:09

Jay Prall