Skip to content

Commit fc7ddb8

Browse files
committed
Tar into directory below us
1 parent 93e8efa commit fc7ddb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: php
22
php:
33
- '5.5'
44
script:
5-
- mkdir build
6-
- tar -czf build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
5+
- mkdir ../build
6+
- tar -czf ../build/dw2markdown.tgz --exclude='build/dw2markdown.tgz' *
77
deploy:
88
provider: releases
99
api_key:

0 commit comments

Comments
 (0)