Skip to content

Commit

Permalink
fix checksum command for git-crypt binary
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 14, 2017
1 parent 453ca9c commit e267fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
# Install git-crypt
- |
curl -L https://github.com/minrk/git-crypt-bin/releases/download/0.5.0/git-crypt > bin/git-crypt
shasum -a 256 46c288cc849c23a28239de3386c6050e5c7d7acd50b1d0248d86e6efff09c61b bin/git-crypt
echo "46c288cc849c23a28239de3386c6050e5c7d7acd50b1d0248d86e6efff09c61b git-crypt" | shasum -a 256 -c -
chmod +x bin/git-crypt
- pip install . -r dev-requirements.txt
script:
Expand Down

0 comments on commit e267fa7

Please sign in to comment.