Skip to content

Commit

Permalink
Travis dist: trusty is not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Jul 27, 2017
1 parent 4afc8ff commit 30c4928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dist: precise
language: node_js
node_js:
- "6"
Expand Down

3 comments on commit 30c4928

@broerse
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ntodd dist: precise is working ?? Perhaps it is a bug on the Travis trusty stack.

@backspace
Copy link
Collaborator

@backspace backspace commented on 30c4928 Jul 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

travis-web is using Trusty and has been since November, so I don’t think it’s that… it’s strange that Yarn is mentioned in the log of a failed job:

yarn install v0.17.8
[1/4] Resolving packages...
warning ember-cli-app-version > ember-cli-babel > broccoli-babel-transpiler > babel-core > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
error Couldn't find any versions for "ember" that matches ">= 2.0.0 < 3.0.0". Possible versions: "0.9.7-1, 0.9.8, 0.9.8-1, 1.0.0-pre, 1.0.0-pre.m1, 1.0.0-pre.m2, 1.0.0-pre.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error!
1
undefined

Like… why is it caring about Yarn at all? I see no mention of it in the repository.

Oh… it’s ember-try. I’m looking into this on a branch, will make a PR if I find a solution.

@broerse
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into it.

Please sign in to comment.