Skip to content

Commit a0110aa

Browse files
committed
Cleanup TRAVIS_PHP_VERSION from install-extensions.sh
1 parent d3e9e7c commit a0110aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

install-extensions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
set -xeu
44

5-
: "${TRAVIS_PHP_VERSION=7.4}"
65
: "${TIDEWAYS_VERSION=4.1.4}"
76
: "${TIDEWAYS_XHPROF_VERSION=5.0.2}"
8-
: "${PHP_VERSION=${TRAVIS_PHP_VERSION}}"
7+
: "${PHP_VERSION=7.4}"
98

109
die() {
1110
echo >&2 "ERROR: $*"

0 commit comments

Comments
 (0)