Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
Updates to travis and composer files for new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed May 26, 2015
1 parent 85118eb commit 4ac2d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,14 +15,13 @@ before_script:
## Packages
- sudo apt-get -qq update > /dev/null
## Composer
##@todo Remove when support of 5.2 will be dropped
- composer self-update
- composer install --prefer-source --dev
- phpenv global "$TRAVIS_PHP_VERSION"

script:
## PHP_CodeSniffer
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full src/ unitTests/ --standard=PSR2 -n
## PHPUnit
- phpunit -c ./unitTests/

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -36,8 +36,8 @@
"ext-gd2": "*"
},
"autoload": {
"psr-0": {
"PHPExcel": "Classes/"
"psr-4": {
"PHPExcel": "src/PhpSpreadsheet"
}
}
}

0 comments on commit 4ac2d19

Please sign in to comment.