Ver código fonte

test that env tokens cannot be echo'ed

pull/385/head
Dave Machado 6 anos atrás
committed by GitHub
pai
commit
5f2be9ac97
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml Ver arquivo

@@ -5,6 +5,8 @@ before_install:
- rvm install 2.4.0
install:
- gem install awesome_bot
before_script:
- echo $GH_TOKEN
script:
- awesome_bot README.md --allow-ssl --allow 403
after_success:


Carregando…
Cancelar
Salvar