Skip to content

Commit 3d9fedd

Browse files
committed
try to fix setup
1 parent b4c8ebc commit 3d9fedd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ matrix:
99
include:
1010
- php: '7.4'
1111
- php: '8.0'
12-
allow_failures:
13-
- php: hhvm
1412

1513
before_script:
1614
- chmod 777 ./tests/travis/setup_arangodb.sh

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "PHP version: $TRAVIS_PHP_VERSION"
44

55
if [[ "$TRAVIS_PHP_VERSION" == "7.4" ]] ; then
66
wget "https://phar.phpunit.de/phpunit-9.5.phar"
7-
mv phpunit-6.0.phar ./phpunit
7+
mv phpunit-9.5.phar ./phpunit
88
fi
99

1010
if [[ "$TRAVIS_PHP_VERSION" == "8.0" ]] ; then

0 commit comments

Comments
 (0)