Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
J

JoliCi

> 编程语言
Open source

:white_check_mark: JoliCi - Run your TravisCi builds locally

650 stars0 likes0 views
WebsiteGitHub

About

:white_check_mark: JoliCi - Run your TravisCi builds locally

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

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.

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

  • Installation
  • Usage
    • The run command
    • The clean command
    • The images-update command
  • Strategies (a.k.a. how to create a build from a configuration file)
    • Travis-Ci
    • JoliCi

Credits

  • All contributors
  • Some parts of this project are inspired by :
    • Docker Client
  • This README is heavily inspired by a @willdurand blog post.
  • @ubermuda for accepting many pull requests on docker-php library

License

View the LICENSE file attach to this project.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHP

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言