Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci-test « test - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bd44978971448a24cd1a02a1c460c376c49ee8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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