mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Attempt to fix syntax error
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
# ARCH is anything other than "arm32," then it simply executes the commands
|
||||
# on the local system, rather than in a container.
|
||||
|
||||
php_version=${TRAVIS_PHP_VERSION:-$(php -r "echo phpversion();")}
|
||||
php_version=${php_version%.*}
|
||||
architecture=${ARCH:-${TRAVIS_CPU_ARCH:-$(uname -m)}}
|
||||
php_version="${TRAVIS_PHP_VERSION:-$(php -r "echo phpversion();")}"
|
||||
php_version="${php_version%.*}"
|
||||
architecture="${ARCH:-${TRAVIS_CPU_ARCH:-$(uname -m)}}"
|
||||
|
||||
cmd_proxy=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user