Skip to content

Setup braintree sandbox on travis

In order to test more complex braintree operations we need to use the sandbox. Fake_braintree does not cover all of the api and logic. The sandbox secret keys should however stay secret. Therefore we'll add encrypted keys to the travis configuration.

(from redmine: created on 2013-10-11)