Skip to content

Commit 51c7202

Browse files
author
Raymond J. Kolbe
committed
Fixed issue relating to Travis script not containing proper directory structure.
1 parent 787ee9a commit 51c7202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ before_script:
1313
- curl -s http://getcomposer.org/installer | php
1414
- php composer.phar install
1515
- rm -rf vendor/dino/dompdf-module
16-
- mkdir -p vendor/dino/dompdf-module
1716
- cp -r ../DOMPDFModule vendor/dino/dompdf-module
1817

1918
script:

.travis/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"require": {
33
"php": ">=5.3.3",
4-
"zendframework/zendframework": "dev-master"
4+
"zendframework/zendframework": "dev-master",
5+
"dino/dompdf-module": "dev-master"
56
}
67
}

0 commit comments

Comments
 (0)