You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That means that, even though both this repo and nsq-lookup are public, any project depending on this one will require SSH keys added to Travis CI in order to clone the repositories and run the test suite.
To fix this, the dependency on nsq-lookup should be changed to a https:// URL, so that cloning can occur without SSH keys.
The text was updated successfully, but these errors were encountered:
Currently
package.json
defines thensq-lookup
dependency with a direct link to a commit, using thegit+ssh://
protocol:nsq.js/package.json
Line 19 in 6b699e5
That means that, even though both this repo and
nsq-lookup
are public, any project depending on this one will require SSH keys added to Travis CI in order to clone the repositories and run the test suite.To fix this, the dependency on
nsq-lookup
should be changed to ahttps://
URL, so that cloning can occur without SSH keys.The text was updated successfully, but these errors were encountered: