Currently, EasyEngine v4 is in the development stage. Hence the main branch for v4 is master-v4 and the ongoing development branch is develop-v4.
The current build and release process uses Travis-CI.
Whenever any commit is pushed or merged into the
develop-v4
branch, it triggers the Travis-CI to generate anightly phar
and commits it to the easyengine-builds repository.Similarly, whenever any commit is pushed or merged into the
master-v4
branch, it triggers the Travis-CI to generate astable phar
and commits it to the easyengine-builds repository.