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 93e8efa commit fc7ddb8Copy full SHA for fc7ddb8
.travis.yml
@@ -2,8 +2,8 @@ language: php
2
php:
3
- '5.5'
4
script:
5
-- mkdir build
6
-- tar -czf build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
+- mkdir ../build
+- tar -czf ../build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
7
deploy:
8
provider: releases
9
api_key:
0 commit comments