mirror of
https://github.com/ligurio/awesome-ci.git
synced 2024-11-27 11:34:57 -05:00
Remove dead CI services.
This commit is contained in:
parent
642eed8523
commit
ed6ce61ca8
2 changed files with 1 additions and 4 deletions
|
@ -7,7 +7,7 @@ before_script:
|
|||
- gem install awesome_bot
|
||||
|
||||
script:
|
||||
- awesome_bot README.md --allow-redirect --allow-ssl
|
||||
- awesome_bot README.md --allow-redirect --allow-ssl --allow-dupe
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
@ -35,11 +35,8 @@ comparison on Wikipedia.
|
|||
|[continuousphp](https://continuousphp.com/) | Continuous Integration and deployment for projects writtn in PHP | Languages: PHP | GitHub, BitBucket, GitLab | [Documentation](https://continuousphp.com/documentation/) | [Free for Open source and educational projects](https://continuousphp.com/plans/) |
|
||||
|[Coveralls](https://coveralls.io) | Coveralls works with your continuous integration server to give you test coverage history and statistics. | Languages: Ruby, Javascript, Python, PHP, C, Objective-C, Scala, GO | GitHub, BitBucket | [Documentation](https://coveralls.zendesk.com/hc/en-us) | [Free for opensource projects](https://coveralls.io/pricing) |
|
||||
|[Coverity](http://www.coverity.com) | Code analysis, test analysis | Languages: C/C++, Java, C# | | None | [Free for opensource projects](http://softwareintegrity.coverity.com/free-trial-coverity.html) |
|
||||
|[Coviolations](https://coviolations.io) | Tool for collecting and visualisation code violations works with Travis-CI, drone.io and Jenkins | Source code is available: [Web application](https://github.com/nvbn/coviolations_web), [Application](https://github.com/nvbn/coviolations_app) | | [Documentation](https://coviolationsio.readthedocs.org/en/latest/) | |
|
||||
|[Drone](https://drone.io/) | Continuous Integration service | [Source code](https://github.com/drone/drone) is available. | GitHub,BitBucket, Google Code, Custom | [Documentation](http://docs.drone.io/) | [Public projects for free](https://drone.io/pricing) |
|
||||
|[Ebert](https://ebertapp.io/) | Ebert does continuous static analysis of your GitHub repositories and delivers it straight to your Pull Requests, helping your team to focus on what's important and deliver better software. | Languages: Apex, C, Clojure, CoffeeScript, CSS, Elixir, Go, Haskell, Haxe, JavaScript, Markdown, PHP, Python, Ruby, SCSS, Shell, Swift, Vim script. | GitHub | [Documentation](https://ebertapp.io/docs) | [100% free for public repositories on GitHub](https://ebertapp.io/#pricing) |
|
||||
|[GitLab CI](https://ci.gitlab.org) | | | GitLab | [Documentation](http://docs.gitlab.com/ce/ci/quick_start/README.html) | [Pricing](https://about.gitlab.com/subscription/) |
|
||||
|[Githost](https://githost.io/) | | | GitLab | [Documentation](https://docs.gitlab.com/) | [Pricing](https://githost.io/plans) |
|
||||
|[GoCD](https://gocd.io/) | Open source, on-premises continuous delivery tool. | | Git, Perforce, Mercurial,Subversion, TFS, [Custom](https://gocd.io/plugins) | [Documentation](https://docs.gocd.io/) | [Open Source](https://gocd.io/download) |
|
||||
|[Hound CI](https://houndci.com/) | Review your JavaScript, CoffeeScript, and Ruby code for style guide violations with a trusty hound. | | GitHub | | [Public repositories for free](https://houndci.com/) |
|
||||
|[Probo.CI](https://probo.ci/) | Continuous Collaboration - break down the barriers between software developers and the other stakeholders involved in a software development project | Underlying engine is OSS, offers several Ubuntu base images, asset pre-upload helps build speed. | GitHub, BitBucket | [Documentation](https://docs.probo.ci/) | 2 month free trial then starts at $30. [Pricing](https://probo.ci/pricing/) |
|
||||
|
|
Loading…
Reference in a new issue