Skip to content

Commit 22426c7

Browse files
committed
Show Travis.
1 parent b8ce46c commit 22426c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ deploy:
66
provider: divshot
77
environment:
88
master: development
9+
staging: staging
10+
production: production
911
edge: true
1012
skip_cleanup: true
11-
api_key: cMTSizSNtRbx8xhuSIm7sXFhlUffXVOevLc0lo63
13+
api_key:
14+
secure: Ny0xJBd6j8zo1aSxenHh1Xhezaj0X3VB0vi5kEto19Y3R2sFnVA4SbWAxz3XB9My6+S5NqloSqi/5AOP1esOAnyIZmLB7RAtDFnKfyJecS7blzazUGFM5MIh+brK+LlOFRISxFOaiSUFPFZUAiEOsdAehpxRWLAoD2rEcoQesOo=

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h3 class="list-group-heading">Guides</h3>
6060
<h3 class="list-group-heading">Integrations</h3>
6161
<a class="list-group-item" href="/integrations/grunt">Grunt</a>
6262
<a class="list-group-item" href="/integrations/jekyll">Jekyll</a>
63-
<!--<a class="list-group-item" href="/integrations/travis-ci">Travis CI</a>-->
63+
<a class="list-group-item" href="/integrations/travis">Travis CI</a>
6464
</div>
6565
</div>
6666
<div class="col-md-9 main-content">

0 commit comments

Comments
 (0)