Fix decrypt, remove print…. again

This commit is contained in:
Mike Helmick 2013-09-25 11:59:55 -04:00
parent a639977873
commit 6da8805545
2 changed files with 1 additions and 2 deletions

View file

@ -27,4 +27,4 @@ branches:
after_success:
- coveralls
before_script:
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -A -a -pass env:ACCESS_TOKEN_SECRET)
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -A -a -pass env:ACCESS_TOKEN_PASS)