From 38135b77f99c7eb1dc67ca1a67badb9d579d831d Mon Sep 17 00:00:00 2001 From: Brandur Date: Sat, 1 Sep 2018 17:20:57 -0700 Subject: [PATCH] Remove comments that aren't quite true --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7eaae9b8c..e2b90541e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,7 @@ install: before_script: # Download any markers that have not yet been committed to Git to save - # redoing download/resize work. This requires AWS credentials and will only - # work on the master branch where $AWS_ACCESS_KEY_ID is available. + # redoing download/resize work. - make photos-download-markers script: @@ -56,9 +55,7 @@ script: - set -e after_script: - # Upload any photos that we processed during this build. This requires write - # access, so it only works on the master branch where $AWS_ACCESS_KEY_ID is - # available. + # Upload any photos that we processed during this build. - make photos-upload # Env that allows a build on the master branch to deploy the site