Skip to content

Commit 787ee9a

Browse files
author
Raymond J. Kolbe
committed
Adding proper flag to recursively create directory structure.
1 parent 4ee1876 commit 787ee9a

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
@@ -13,7 +13,7 @@ before_script:
1313
- curl -s http://getcomposer.org/installer | php
1414
- php composer.phar install
1515
- rm -rf vendor/dino/dompdf-module
16-
- mkdir vendor/dino/dompdf-module
16+
- mkdir -p vendor/dino/dompdf-module
1717
- cp -r ../DOMPDFModule vendor/dino/dompdf-module
1818

1919
script:

0 commit comments

Comments
 (0)