My PHP project does not use any autotests yet, when I do a build with a simple travis.yml file, it will fail with the error "The command" phpunit "exited with 2."
language: php sudo: required php: - '5.4' notifications: email: recipients: - example@mail.com dist: trusty install: - true # Building Specific Branches branches: # safelist only: - dev