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 c894fed commit 130b7a3Copy full SHA for 130b7a3
tests/before_script.sh
@@ -46,6 +46,7 @@ export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
46
if [[ "${TRAVIS_PHP_VERSION}" == "5.3" ]]; then
47
if ! [ -x "$(command -v add-apt-repository)" ]; then
48
$superuser apt-get install -y python-software-properties
49
+ $superuser apt-get install -y software-properties-common
50
fi
51
$superuser add-apt-repository -y ppa:nginx/development
52
$superuser apt-get update
0 commit comments