coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
295 stars 580 forks source link

Error fetching phpmd #2906

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago
curl -fsSL -o /home/travis/.local/bin/phpmd http://static.phpmd.org/php/latest/phpmd.phar
curl: (7) Failed to connect to static.phpmd.org port 80: Connection timed out

We need to find the version which was being installed, and then find another way of installing it.

abhishalya commented 5 years ago

The site seems to be offline (so is the project). Looking at https://github.com/phpmd/phpmd/releases, the latest release was at Jan, 2017 which needs to be installed via github source now.

abhishalya commented 5 years ago

It should be working now. So, we can close this issue.