-
Notifications
You must be signed in to change notification settings - Fork 94
Add Yarn repo #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add Yarn repo #322
Conversation
{ | ||
"alias": "yarn", | ||
"sourceline": "deb http://dl.yarnpkg.com/debian/ stable main", | ||
"key_url": "http://dl.yarnpkg.com/debian/pubkey.gpg" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Will this be merged at any point? |
I don't know whether it's actually needed - Apparently the repo works even without this. ¯\_(ツ)_/¯ |
Without this pull request, it doesn't work in container-based (non-sudo) builds, does it? If so, how? |
Someone at work mentioned that this works, however I have not tested it:
It's pretty weird that Travis' container infra uses this whitelist, given other container-based CI systems (like CircleCI) don't need anything like this. 😕 |
Just wanted to follow-up and mention that your same code works flawlessly; thanks! As for the oddity of both the |
Adds repo for Yarn, a new package manager for JavaScript.
Closes #321