AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

Guard against missing tokens #134

Closed Arcanemagus closed 5 years ago

Arcanemagus commented 5 years ago

PR's from outside collaborators are failing the build as they are unable to set the token for composer. Guard against this so it is only set if available, letting these builds fall back to the public access.

This was missed in #131.

Arcanemagus commented 5 years ago

Apparently the existing code for AppVeyor also isn't working: https://ci.appveyor.com/project/Arcanemagus/linter-phpmd/builds/21976871/job/x05pbcrqdv06eyik

Arcanemagus commented 5 years ago

:tada: This PR is included in version 2.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: