Open
Conversation
Daniel15
commented
Nov 16, 2016
| { | ||
| "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? |
Author
|
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? |
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds repo for Yarn, a new package manager for JavaScript.
Closes #321