In the upcoming lecture we will be adding our AWS variables to the deploy script of the .travis.yml file. There is a slight change that will be required, otherwise you will get an error when Travis attempts to run your code:

invalid option "--access_key_id="
failed to deploy

The fix is add 'secure' to the access_key_id, similar to what we will do for the secret_access_key.

The code will now look like this:

access_key_id:
  secure: $AWS_ACCESS_KEY