Skip to content

Commit

Permalink
adding secret (zalando#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-tschumak committed Aug 22, 2017
1 parent 98b90fb commit 021e1a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: required
services:
- docker

env:
global:
- secure: "lnrr6JHJiimLu5xLNxVNdZklfWVXuUAEFzzPRT84mMR/kqI1Z24A7CnkrdIPt58lacPkLEQL341lXc+4jn+//KjbtfX173gEfU/+EFM55CO0MPv8B8PDwg4K48j/7owiz2/6j9HZnhTfOejal6Aivd0QkAYq3Ukdtn9vUPL+TbLIm3Yac/s3+qHvFy5J6wmQsJuPPhOyHdvuIKPFJsbhFHb9aKupACg41nNsV9bqZVJG1ZX/SYc5Epm2xnhUAAivHF2WS0m+hLa3OWoGK0O0alfFjJ0kVCb32leo+FvhRg5oCYGRI5497JqpWJe1OIxH/oPr1CkwMxZ07NtfZkS1KkzQnetcj9/XsrWs3FRHv1VQIXrimeGkzQ20lsEXxXH5PPK1CGaL1xkBxLzR/yybdxaUGFrpjhfGxO1d/IH0D1m4q503ay2NVh6alNhr9TSu1DdrOV2CginIwlMHpPZqQ9TMOB71HsepfcGdkfH5pMcuvs77Byykl/c6YH8PjwrVUwG80NxatEPLuwET49jHpr3W03uYRRYk//HPG/NL0iR/UCGPBLQ1aQo0Qlimlpx58YQypAwpYjLhAg2K3PMo/r4LvXDLsTw6EjB/M8uBPYiFnB4CCK1Hm4pyAJRhtOnq9t1aDr/Sbh7VtrrZyM+Zasxx+kZ8r/6aW1i8Io6NzmU="

before_install:
- mkdir -p output
- docker pull asciidoctor/docker-asciidoctor
Expand All @@ -29,4 +33,4 @@ after_failure:
- docker logs asciidoc-to-epub3
- cat rule_id_uniqueness

after_success: ./travis_deploy.sh
after_success: ./travis_deploy.sh

0 comments on commit 021e1a9

Please sign in to comment.