diff --git a/.travis.yml b/.travis.yml index 693b135..db68710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: php php: - '7.1' - nightly -install: composer install \ No newline at end of file +install: composer install +script: vendor/bin/phpunit test \ No newline at end of file