Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
put keys into travis
  • Loading branch information
mike castleman committed Oct 10, 2017
1 parent b7a4223 commit 1cdd208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,7 @@ env:

before_install:
- openssl aes-256-cbc -K $encrypted_c029000ceefd_key -iv $encrypted_c029000ceefd_iv -in '.travis/github_deploy_key.enc' -out github_deploy_key -d
- openssl aes-256-cbc -K $encrypted_android_key -iv $encrypted_android_iv -in '.travis/swarmicons-keys.jks.enc' -out $HOME/swarmicons-keys.jks -d
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc

install:
Expand Down
Binary file added .travis/swarmicons-keys.jks.enc
Binary file not shown.

0 comments on commit 1cdd208

Please sign in to comment.