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 2ec0582 commit fda7bfbCopy full SHA for fda7bfb
.travis.yml
@@ -44,10 +44,6 @@ install:
44
wget -q -N -t 3 --retry-connrefused 'https://github.com/phpDocumentor/phpDocumentor2/releases/download/v2.9.0/phpDocumentor.phar' || return 0;
45
composer require --no-update --dev "evert/phpdoc-md:~0.2.0" || return 0;
46
fi
47
- - if [ "${TRAVIS_PHP_VERSION}" == "5.3.3" ]; then
48
- composer config -g disable-tls true &&
49
- composer config -g secure-http false;
50
- fi
51
- composer install -n
52
53
script:
0 commit comments