Skip to content

Commit cf6ed03

Browse files
committed
Travis : Migrating from legacy - GH-115
1 parent 563d7ec commit cf6ed03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addons:
2626
before_script:
2727
## Composer
2828
- composer self-update
29-
- composer install --prefer-source --dev
29+
- composer install --prefer-source
3030
## PHPDocumentor
3131
- mkdir -p build/docs
3232
- mkdir -p build/coverage

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutXmilli has been removed : setCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
1818
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutYmilli has been removed : setCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
1919
- Update the dependence PhpOffice\Common to 0.2.* - @Progi1984
20+
- Migrated Travis CI to legacy - @Progi1984 GH-115
2021

2122
## 0.4.0 - 2015-07-07
2223

0 commit comments

Comments
 (0)