Skip to content

Commit

Permalink
encrypt token
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jul 23, 2016
1 parent a574f0a commit 6144704
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.composer.config.json

This file was deleted.

Binary file added .travis.composer.config.json.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:

install:
- "mkdir -p ~/.composer"
- cp .travis.composer.config.json ~/.composer/config.json
- openssl aes-256-cbc -K $encrypted_579b97d9914f_key -iv $encrypted_579b97d9914f_iv -in .travis.composer.config.json.enc -out ~/.composer/config.json -d
- composer self-update
- composer install
- composer require satooshi/php-coveralls
Expand Down

0 comments on commit 6144704

Please sign in to comment.