Skip to content

Commit

Permalink
Merge pull request #40 from rayslava/master
Browse files Browse the repository at this point in the history
fix travis build
  • Loading branch information
rudolph-miller committed Apr 16, 2018
2 parents d8d47ab + 978f48c commit d8cf27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:

# Install dynamodb-local.
- mkdir /tmp/dynamodb
- wget -O - http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest | tar xz --directory /tmp/dynamodb
- wget -O - http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz | tar xz --directory /tmp/dynamodb

before_script:
# Start dynamodb-local
Expand Down
1 change: 1 addition & 0 deletions src/fetch.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
(declare (ignore c))
(invoke-restart 'dex:ignore-and-continue))))
(dex:post url :headers `((:host . ,(request-host request))
(:content-length . ,(request-content-length request))
(:authorization . ,(request-authorization request))
(:x-amz-date . ,(request-x-amz-date request))
(:x-amz-target . ,target)
Expand Down

0 comments on commit d8cf27b

Please sign in to comment.