Skip to content

Commit

Permalink
PHPOffice#159 PHPOffice#58 Merge branch 'develop' of https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlanin committed Mar 23, 2014
2 parents 8a54b22 + c305273 commit c7f03ec
Show file tree
Hide file tree
Showing 226 changed files with 6,735 additions and 7,847 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
Expand All @@ -11,14 +12,15 @@ matrix:
allow_failures:
- php: 5.6
- php: hhvm

before_script:
## Composer
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --prefer-source
- composer selfupdate --quiet
## PHP_CodeSniffer
#- pyrus install pear/PHP_CodeSniffer
#- phpenv rehash
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
## PHP Copy/Paste Detector
#- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
## PHP Mess Detector
Expand All @@ -33,13 +35,13 @@ before_script:

script:
## PHP_CodeSniffer
## - phpcs --standard=PSR1 Classes/
## - phpcs --standard=PSR2 Classes/
- phpcs --standard=PSR1 -n src/
- phpcs --standard=PSR2 -n src/
## PHP Copy/Paste Detector
#- php phpcpd.phar --verbose Classes/
#- php phpcpd.phar --verbose src/
## PHP Mess Detector
#- phpmd Classes/ text unusedcode,naming,design
#- phpmd src/ text unusedcode,naming,design
## PHPLOC
#- php phploc.phar Classes/
#- php phploc.phar src/
## PHPUnit
- phpunit -c ./ --coverage-text
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version are listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.

## 0.9.0 - Not yet released

Expand Down
279 changes: 0 additions & 279 deletions Classes/PHPWord.php

This file was deleted.

Loading

0 comments on commit c7f03ec

Please sign in to comment.