Browse Source

test that env tokens cannot be echo'ed

pull/385/head
Dave Machado 6 years ago
committed by Dave Machado
parent
commit
952e93ff6a
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -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:


Loading…
Cancel
Save