Skip to content

Commit

Permalink
add xdebug on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mac Gregor committed Feb 20, 2018
1 parent 2ea1ea9 commit 1ac461f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ php:
matrix:
fast_finish: true
sudo: false
before_install:
- composer self-update
install:
- composer install
cache:
directories:
- vendor
- "$HOME/.cache/composer"
before_script:
- phpenv config-add xdebug.ini | echo "xdebug not available"
script:
- "./vendor/bin/phpunit --coverage-text"
- "./hulksmash app:build --env=production hulksmash-$TRAVIS_PHP_VERSION"
- "./hulksmash app:build --env=production hulksmash-php$TRAVIS_PHP_VERSION"
notifications:
email:
on_success: never
Expand Down

0 comments on commit 1ac461f

Please sign in to comment.