-
Notifications
You must be signed in to change notification settings - Fork 11.9k
ci: speed up travis start time #6772
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
Conversation
79039f7
to
694f624
Compare
396cdef
to
ac5c766
Compare
@hansl can you confirm LGPL-2.1 is a license type we can use? |
The `trusty` env on travis now supports container based builds: https://docs.travis-ci.com/user/trusty-ci-environment/ Also adds cache for node_modules, and updates yarn lock. This should improve start up time.
ac5c766
to
882efbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to angular#6254, angular#6772. Fix angular#6237.
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to angular#6254, angular#6772. Fix angular#6237.
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to angular#6254, angular#6772. Fix angular#6237.
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to #6254, #6772. Fix #6237.
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to #6254, #6772. Fix #6237.
Use `yarn --frozen-lockfile` to ensure up to date dependencies. Thanks to @ishitatsuyuki for pushing for this change. Followup to angular#6254, angular#6772. Fix angular#6237.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Followup from #5544.
The
trusty
env on travis now supports container based builds: https://docs.travis-ci.com/user/trusty-ci-environment/Also adds cache for node_modules, and updates yarn lock.
This should improve start up time.