Skip to content

Commit

Permalink
Started documenting the travis build, so I don't forget this stuff ag…
Browse files Browse the repository at this point in the history
…ain.
  • Loading branch information
vonnieda committed Oct 5, 2015
1 parent 77277b9 commit 650b58a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TRAVIS.md
@@ -0,0 +1,11 @@
# Notes on Travis CI Integration

## Encrypted Variables
* Variables are all encrypted using the travis utility: `gem install travis`.
* env.global.secure: `travis encrypt INSTALL4J_LICENSE_KEY=########################`
* deploy.access_key_id.secure: `travis encrypt #######`
* deploy.secret_access_key.secure: `travis encrypt ########`

## S3
* Installers are uploaded to S3/openpnp and links are on openpnp.org.
* Credentials are for IAM user openpnp-travisci.

0 comments on commit 650b58a

Please sign in to comment.