Skip to content

Commit

Permalink
updated ci page
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 14, 2016
1 parent 74ef80a commit f2ea243
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions contributing-ci.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Continuous integration
**********************

* All pushes to our main repo @ https://github.com/zammad/zammad will trigger build test on https://travis-ci.org.
* You can find the build results @ https://travis-ci.org/zammad/zammad
* If you fork the Zammad repo you can use travis-ci.org to get your builds tested
All pushes to our main repo @ https://github.com/zammad/zammad will trigger build tests.
We use internal build tests on internal and external continuous integration platforms.

Internal
========

* Done in our private Continuous integration platform

External
========

Travis-CI
---------

* You can find the build test results @ https://travis-ci.org/zammad/zammad
* If you fork the Zammad repo you're able to also use travis-ci.org to get your builds tested
* Just change the file ".travis.yml" to fit your needs

0 comments on commit f2ea243

Please sign in to comment.