Skip to content

Commit

Permalink
travis 위해 oauth2info.json encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
joostory committed Mar 17, 2018
1 parent c9c1619 commit 6cf745a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,9 @@ cache:
- "$HOME/.cache/electron"
- "$HOME/.cache/electron-builder"

before_install:
- openssl aes-256-cbc -K $encrypted_8307fd996c28_key -iv $encrypted_8307fd996c28_iv -in oauth2info.json.enc -out oauth2info.json -d

install:
- npm install

Expand Down
Binary file added oauth2info.json.enc
Binary file not shown.

0 comments on commit 6cf745a

Please sign in to comment.