Skip to content

Commit b4c8ebc

Browse files
committed
test other phpunit version
1 parent bf5771e commit b4c8ebc

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,8 @@
22

33
echo "PHP version: $TRAVIS_PHP_VERSION"
44

5-
if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]] ; then
6-
wget "https://phar.phpunit.de/phpunit-5.7.phar"
7-
mv phpunit-5.7.phar ./phpunit
8-
fi
9-
10-
if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]] ; then
11-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
12-
mv phpunit-6.0.phar ./phpunit
13-
fi
14-
15-
if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]] ; then
16-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
17-
mv phpunit-6.0.phar ./phpunit
18-
fi
19-
20-
if [[ "$TRAVIS_PHP_VERSION" == "7.2" ]] ; then
21-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
22-
mv phpunit-6.0.phar ./phpunit
23-
fi
24-
25-
if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]] ; then
26-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
27-
mv phpunit-6.0.phar ./phpunit
28-
fi
29-
305
if [[ "$TRAVIS_PHP_VERSION" == "7.4" ]] ; then
31-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
6+
wget "https://phar.phpunit.de/phpunit-9.5.phar"
327
mv phpunit-6.0.phar ./phpunit
338
fi
349

@@ -37,16 +12,6 @@ wget "https://phar.phpunit.de/phpunit-9.5.phar"
3712
mv phpunit-9.5.phar ./phpunit
3813
fi
3914

40-
if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]] ; then
41-
wget "https://phar.phpunit.de/phpunit-6.0.phar"
42-
mv phpunit-6.0.phar ./phpunit
43-
fi
44-
45-
if [[ "$TRAVIS_PHP_VERSION" == "hhvm-3.18" ]] ; then
46-
wget "https://phar.phpunit.de/phpunit-5.7.phar"
47-
mv phpunit-5.7.phar ./phpunit
48-
fi
49-
5015
chmod +x ./phpunit
5116

5217
echo "./phpunit --version"

0 commit comments

Comments
 (0)