Skip to content

Commit

Permalink
Add encrypted receipt for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Oct 28, 2013
1 parent 24235f7 commit d35a345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ rvm:
- rbx-19mode
before_install:
- gem install coveralls
script: rake -s test
before_script:
- openssl aes-256-cbc -k "$RECEIPT_KEY" -d -in test/f/receipt.enc -out test/f/receipt
script: rake -s test RECEIPT_DATA=`openssl base64 < test/f/receipt | tr -d '\n'`
env:
global:
secure: RTj52bEyae2D0csW8Td29zg+T7949DYOc6LubarOTk756U0wMG8Al+l8s/bV91TPslu+Gp0jRAlIegbjHX5Hs6uB0v31Bed5AzDeAb2RxaM1aCP8JDEHf0NxySWBGHrSxkOAfCPN4HZ89Q5YODASCOGS3sFb7f+05e7rSuFdtmU=
Binary file added test/f/receipt.enc
Binary file not shown.

0 comments on commit d35a345

Please sign in to comment.