mirror of
https://github.com/danog/parallel.git
synced 2024-12-02 09:37:57 +01:00
Only install pthreads on 7.2 and 7.3
This commit is contained in:
parent
2edfb6fcec
commit
67389fbfbb
@ -19,8 +19,8 @@ env:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- composer update -n --prefer-dist
|
- composer update -n --prefer-dist
|
||||||
# ext-pthreads is only supported on PHP 7.2+
|
# ext-pthreads is only supported on PHP 7.2 and 7.3
|
||||||
- if [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then
|
- if [ "$TRAVIS_PHP_VERSION" == "7.2"] || ["$TRAVIS_PHP_VERSION" == "7.3" ]; then
|
||||||
travis/install-pthreads.sh;
|
travis/install-pthreads.sh;
|
||||||
fi
|
fi
|
||||||
# ext-parallel is only supported on PHP 7.2+
|
# ext-parallel is only supported on PHP 7.2+
|
||||||
|
Loading…
Reference in New Issue
Block a user