Skip to content

Commit 1531d9a

Browse files
committedNov 26, 2019
Get rid of shashum
1 parent 137c96a commit 1531d9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ before_script:
1111
script:
1212
- set -e
1313
- composer build
14-
- cd build; shashum > shashum; cd ..
1514

1615
deploy:
1716
- provider: releases
1817
token: $GITHUB_OAUTH_TOKEN
19-
file:
20-
- build/aws-excfwd
21-
- build/shasum
18+
file: build/aws-excfwd
2219
skip_cleanup: true
2320
on:
2421
tags: true

0 commit comments

Comments
 (0)
Please sign in to comment.