sintonia/travis/php.sh

10 lines
111 B
Bash
Executable File

#!/bin/bash
set -xe
[[ "$PYTHON" == true ]] && exit 0
pushd airtime_mvc/tests
../../vendor/bin/phpunit
popd