Skip to content

Commit

Permalink
Try to debug with Travis CI autoload.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jul 16, 2015
1 parent f300bea commit 470bf04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ before_install:
- composer self-update

install:
- composer install --dev --prefer-source
- composer install --prefer-source

before_script:
- mkdir -p build/logs
- rm -rf app/cache/*/*
- cat vendor/composer/autoload_psr4.php

script:
- vendor/bin/phpunit -c phpunit.xml.dist
- composer phpunit

after_script:
- vendor/bin/coveralls -v
- composer coveralls

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"scripts": {
"coveralls": "coveralls -v; exit 0",
"php-cs-fixer": "php-cs-fixer fix --config-file .php-cs-fixer.php; exit 0",
"phpunit": "rm -rf app/cache/*/*; phpunit -c phpunit.xml.dist; exit 0",
"phpunit": "phpunit -c phpunit.xml.dist; exit 0",
"sami": "sami.php update .sami.php; exit 0"
},
"type": "symfony-bundle"
Expand Down

0 comments on commit 470bf04

Please sign in to comment.