test that env tokens cannot be echo'ed

This commit is contained in:
Dave Machado 2017-06-29 12:25:56 -04:00 committed by Dave Machado
parent 768858ccf2
commit 952e93ff6a
No known key found for this signature in database
GPG Key ID: 948D4778D01A7B3F

View File

@ -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,302
after_success: