Skip to content

Commit

Permalink
Remove mentions of Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 10, 2020
1 parent d6c5260 commit 1df8877
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,28 +479,27 @@ <h2>Test Pyramid</h2>
<section>
<h2>DevOps Pyramid</h2>
<p>
Automated Build, <a href="https://travis-ci.org/bkimminich/juice-shop">CI</a>/<a href="https://juice-shop.herokuapp.com">CD</a> &amp; Code Analysis</a>
Automated Build, <a href="https://github.com/bkimminich/juice-shop/actions">CI</a>/<a href="https://juice-shop.herokuapp.com">CD</a> &amp; Code Analysis</a>
</p>
<div>
<img src="assets/zap.png" height="70" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/gh_codescan.png" height="70" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/zap.png" height="80" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/gh_codescan.png" height="80" style="background: none; border:none; box-shadow:none;"/>
</div>
<div>
<img src="assets/snyk.svg" height="80" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/gitlab-icon-rgb.png" height="80" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/codeclimate.png" height="80" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/snyk.svg" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/gitlab-icon-rgb.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/codeclimate.png" height="90" style="background: none; border:none; box-shadow:none;"/>
</div>
<div>
<img src="assets/travis-mascot-200px.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/44036562.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/docker.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/logotype-heroku.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/44036562.png" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/docker.png" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/logotype-heroku.png" height="100" style="background: none; border:none; box-shadow:none;"/>
</div>
<div>
<img src="assets/standardjs.svg" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/npm-logo.png" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/cli.png" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/grunt-logo-no-wordmark.png" height="100" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/standardjs.svg" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/npm-logo.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/cli.png" height="90" style="background: none; border:none; box-shadow:none;"/>
<img src="assets/grunt-logo-no-wordmark.png" height="90" style="background: none; border:none; box-shadow:none;"/>
</div>
</section>

Expand Down Expand Up @@ -605,7 +604,7 @@ <h3>Can I use the internet?</h3>
</p>
<img src="assets/lmgtfy.png" height="200" class="no-box"/>
<p>
<small>Again: Except for the application's own GitHub repository &amp; the logs of its Travis-CI build jobs! Also there are many <a href="https://github.com/bkimminich/juice-shop/blob/master/SOLUTIONS.md" target="_blank">third party solution guides and videos</a> available online, so you might want to be careful about accidental spoilers.</small>
<small>Again: Except for the application's own GitHub repository! Also there are many <a href="https://github.com/bkimminich/juice-shop/blob/master/SOLUTIONS.md" target="_blank">third party solution guides and videos</a> available online, so you might want to be careful about accidental spoilers.</small>
</p>
</section>

Expand Down

0 comments on commit 1df8877

Please sign in to comment.