doc: update CI documentation
- use cloud.drone.io badges for builds on the master branch - stable/0.x badges will need to be updated when the next stable/0.x release is published
This commit is contained in:
parent
832739e58f
commit
d4da270289
2 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ _It is designed to be personal (single-user), fast and handy._
|
|||
[](https://travis-ci.org/shaarli/Shaarli)
|
||||
•
|
||||
[](https://github.com/shaarli/Shaarli)
|
||||
[](https://travis-ci.org/shaarli/Shaarli)
|
||||
[](https://cloud.drone.io/shaarli/Shaarli)
|
||||
|
||||
[](https://gitter.im/shaarli/Shaarli)
|
||||
[](https://www.bountysource.com/teams/shaarli/issues)
|
||||
|
|
|
@ -143,17 +143,17 @@ A [`Makefile`](https://github.com/shaarli/Shaarli/blob/master/Makefile) is avail
|
|||
|
||||
### Continuous Integration
|
||||
|
||||
[Travis CI](http://docs.travis-ci.com/) is a Continuous Integration build server, that runs a build:
|
||||
[Drone CI](https://cloud.drone.io/shaarli/Shaarli) is a Continuous Integration build server, that runs a build:
|
||||
|
||||
- each time a commit is merged to the mainline (`master` branch)
|
||||
- each time a commit is pushed to any branch
|
||||
- each time a Pull Request is submitted or updated
|
||||
|
||||
After all jobs have finished, Travis returns the results to GitHub:
|
||||
After all jobs have finished, Drone returns the results to GitHub:
|
||||
|
||||
- a status icon represents the result for the `master` branch: [](https://travis-ci.org/shaarli/Shaarli)
|
||||
- Pull Requests are updated with the Travis build result.
|
||||
- a status icon represents the result for the `master` branch: [](https://cloud.drone.io/shaarli/Shaarli)
|
||||
- Pull Requests are updated with the Drone build result.
|
||||
|
||||
See [`.travis.yml`](https://github.com/shaarli/Shaarli/blob/master/.travis.yml).
|
||||
See [`.drone.yml`](https://github.com/shaarli/Shaarli/blob/master/.drone.yml).
|
||||
|
||||
|
||||
### Documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue