Skip to content

Commit

Permalink
Fix paths to test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jyggen committed Jul 4, 2016
1 parent 0dc91fb commit ae25df4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ before_script:
- mkdir -p build/logs

script:
- parallel-lint . --exclude vendor
- ./vendor/bin/parallel-lint . --exclude vendor
- cp $HOME/xdebug.ini $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini || return 0
- phpunit --coverage-text
- ./vendor/bin/phpunit --coverage-text
- phpenv config-rm xdebug.ini || return 0
- php-cs-fixer --diff --dry-run -v fix
- ./vendor/bin/php-cs-fixer --diff --dry-run -v fix
- composer validate --strict

after_script:
Expand Down

0 comments on commit ae25df4

Please sign in to comment.