Simplified sanity check, report version for debugging
This commit is contained in:
parent
1943a9b79f
commit
a7bf9d29c0
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ install:
|
|||
- composer install
|
||||
|
||||
before_script:
|
||||
- if [[ $HHVM && ${HHVM-x} ]]; then curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi
|
||||
- if [[ $HHVM == true ]]; then curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi
|
||||
- phpunit --version
|
||||
- mkdir -p build/logs
|
||||
- cd tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue