Skip to content

Commit f76c2fb

Browse files
committed
no need to exclude
1 parent fc7ddb8 commit f76c2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php:
33
- '5.5'
44
script:
55
- mkdir ../build
6-
- tar -czf ../build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
6+
- tar -czf ../build/dw2markdown.tgz *
77
deploy:
88
provider: releases
99
api_key:

0 commit comments

Comments
 (0)