Skip to content

Commit

Permalink
Travis : Migrating from legacy - GH-115
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 22, 2015
1 parent 563d7ec commit cf6ed03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addons:
before_script:
## Composer
- composer self-update
- composer install --prefer-source --dev
- composer install --prefer-source
## PHPDocumentor
- mkdir -p build/docs
- mkdir -p build/coverage
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutXmilli has been removed : setCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutYmilli has been removed : setCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
- Update the dependence PhpOffice\Common to 0.2.* - @Progi1984
- Migrated Travis CI to legacy - @Progi1984 GH-115

## 0.4.0 - 2015-07-07

Expand Down

0 comments on commit cf6ed03

Please sign in to comment.