1
0
Fork 0

Merge pull request #3486 from stof/patch-1

Fix the Travis configuration
pull/3490/head
Jordi Boggiano 2014-12-02 11:43:30 +00:00
commit c0e6656429
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ before_script:
- git config --global user.email travis@example.com
script:
- ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {};' || exit 1
- ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {};'
git:
depth: 5
depth: 5