We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8ebc commit 3d9feddCopy full SHA for 3d9fedd
.travis.yml
@@ -9,8 +9,6 @@ matrix:
9
include:
10
- php: '7.4'
11
- php: '8.0'
12
- allow_failures:
13
- - php: hhvm
14
15
before_script:
16
- chmod 777 ./tests/travis/setup_arangodb.sh
tests/travis/setup_arangodb.sh
@@ -4,7 +4,7 @@ echo "PHP version: $TRAVIS_PHP_VERSION"
4
5
if [[ "$TRAVIS_PHP_VERSION" == "7.4" ]] ; then
6
wget "https://phar.phpunit.de/phpunit-9.5.phar"
7
-mv phpunit-6.0.phar ./phpunit
+mv phpunit-9.5.phar ./phpunit
8
fi
if [[ "$TRAVIS_PHP_VERSION" == "8.0" ]] ; then
0 commit comments