Skip to content

Commit

Permalink
Remove comments that aren't quite true
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Sep 2, 2018
1 parent b9e991d commit 38135b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 38135b7

Please sign in to comment.