Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
/ JoliCi Public archive

✅ JoliCi - Run your TravisCi builds locally

License

Notifications You must be signed in to change notification settings

jolicode/JoliCi

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2015
Aug 8, 2015
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Apr 26, 2014
Jul 9, 2014
Apr 26, 2014
Feb 21, 2016
Apr 2, 2015
Feb 25, 2015
Jul 21, 2014
Apr 2, 2015
Feb 21, 2016
Feb 21, 2016
Sep 4, 2015

Repository files navigation

JoliCi

JoliCi is a free and open source Continuous Integration Client written in PHP (5.4 minimum) and powered by Docker (please use a recent version). It has been written to be compliant with existent Ci services like Travis-Ci and not create a new standard. (Remove that smile, I KNOW what you're thinking.)

This project is still in beta, there may be bugs and missing features

Build Status Scrutinizer Quality Score

## Usage

Have a .travis.yml in your project

Download the last version of jolici and run it, i.e. for v0.3.1:

wget https://github.com/jolicode/JoliCi/releases/download/v0.3.1/jolici.phar
php jolici.phar run

First run can be quite long since it has to build everything from the beginning. Subsequent build should be faster thanks to docker caching.

JoliCi Demo

If you want to see what happens behind this black box:

php jolici.phar run -v

## Ci supported

  • Travis-Ci
  • ...

I want to read more

Credits

License

View the LICENSE file attach to this project.