image: php:7.0
before_script:
- apt-get install wget
- wget https://phar.phpunit.de/phpunit.phar
stages:
- test
test:
script:
- php phpunit.phar tests/