Skip to content
Snippets Groups Projects
Commit 2afa8763 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use old phpunit for testing on hhvm

parent 1bff2aba
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ notifications:
on_success: change
on_failure: change
install:
- wget -O ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit.phar
- wget -O ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
- chmod 755 ~/.phpenv/versions/hhvm/bin/phpunit
before_script:
# Disable the HHVM JIT for faster Unit Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment