From 650b58a59b85aefa0256257988a26a3c022d4ef4 Mon Sep 17 00:00:00 2001
From: Jason von Nieda <jason@vonnieda.org>
Date: Mon, 5 Oct 2015 12:34:48 +0800
Subject: [PATCH] Started documenting the travis build, so I don't forget this
 stuff again.

---
 TRAVIS.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 TRAVIS.md

diff --git a/TRAVIS.md b/TRAVIS.md
new file mode 100644
index 00000000000..18fafe44c5c
--- /dev/null
+++ b/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.