Unverified Commit 952e93ff authored by Dave Machado's avatar Dave Machado Committed by Dave Machado
Browse files

test that env tokens cannot be echo'ed

parent 768858cc
...@@ -5,6 +5,8 @@ before_install: ...@@ -5,6 +5,8 @@ before_install:
- rvm install 2.4.0 - rvm install 2.4.0
install: install:
- gem install awesome_bot - gem install awesome_bot
before_script:
- echo $GH_TOKEN
script: script:
- awesome_bot README.md --allow-ssl --allow 403,302 - awesome_bot README.md --allow-ssl --allow 403,302
after_success: after_success:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment