We can trigger a new build by committing new changes to your local project. git add --all git commit -m "my first codeship build" git push origin master This process should trigger our Codeship build pipeline and yield a successful build on Codeship.
↧