We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683202a commit 93e8efaCopy full SHA for 93e8efa
.travis.yml
@@ -3,7 +3,7 @@ php:
3
- '5.5'
4
script:
5
- mkdir build
6
-- tar -czf build/dw2markdown.tgz *
+- tar -czf build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
7
deploy:
8
provider: releases
9
api_key:
0 commit comments