reverting some of the changes done to try to support HHVM building, simplifying the dependencies

This commit is contained in:
El RIDO
2016-07-11 15:52:08 +02:00
parent 90a26d8fcb
commit 3e0ba161ca
3 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ before_script:
- composer install -n
script:
- cd tst && ../vendor/bin/phpunit
- cd tst && phpunit
after_script:
- cd ..