Closed
Bug 1364020
Opened 8 years ago
Closed 8 years ago
Remove the now redundant Travis manual yarn install step
Categories
(Tree Management :: Treeherder, enhancement, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
Since as of https://github.com/travis-ci/travis-build/pull/989 it's installed even if the `install` step is customised by us.
Currently our later manual step results in:
```
$ curl -sSfL https://yarnpkg.com/install.sh | bash
Installing Yarn!
/home/travis/.yarn/bin/yarn
> Yarn is already at the 0.23.4 version.
```
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8866710 -
Flags: review?(cdawson)
Updated•8 years ago
|
Attachment #8866710 -
Flags: review?(cdawson) → review+
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/1dc398786a9752d789f31e33cedf1e09e30d610c
Bug 1364020 - Travis: Remove the now redundant yarn install step
Since as of travis-ci/travis-build#989 the latest yarn is already
installed even when the default `install` step is overridden.
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•