phpmyadmin/test/ci-test
Michal Čihař 4f37569773 Do not use ant on Travis
It is just additional overhead without real benefit.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01 16:51:06 +01:00

13 lines
221 B
Bash
Executable File

#!/bin/sh
case "$TRAVIS_PHP_VERSION" in
hhvm*)
CONFIG=phpunit.xml.hhvm
;;
*)
CONFIG=phpunit.xml.dist
;;
esac
./vendor/bin/phpunit --configuration $CONFIG --exclude-group selenium