Skip to content
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

Run gulp update-packages just once on Travis #16841

Merged
merged 1 commit into from Jul 18, 2018
Merged

Run gulp update-packages just once on Travis #16841

merged 1 commit into from Jul 18, 2018

Conversation

rsimha
Copy link
Contributor

@rsimha rsimha commented Jul 18, 2018

Several gulp tasks rely on the fact that all local dependencies are up to date, so they run gulp update-packages as a prerequisite. This is wasteful on Travis, since the task gets run multiple times.

This PR makes sure that gulp update-packages is run exactly once on Travis, at the start of each build shard.

Fixes #16839

@rsimha
Copy link
Contributor Author

rsimha commented Jul 18, 2018

/to @cramforce @choumx @erwinmombay

@codecov-io
Copy link

Codecov Report

Merging #16841 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #16841      +/-   ##
==========================================
- Coverage   78.09%   78.09%   -0.01%     
==========================================
  Files         559      559              
  Lines       40472    40472              
==========================================
- Hits        31606    31605       -1     
- Misses       8866     8867       +1
Flag Coverage Δ
#integration_tests 34.85% <ø> (ø) ⬆️
#unit_tests 77.13% <ø> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c8f8dc...7030654. Read the comment docs.

@rsimha rsimha merged commit 17124e8 into ampproject:master Jul 18, 2018
@rsimha rsimha deleted the 2018-07-17-UpdatePackages branch July 18, 2018 04:03
gopanisandip pushed a commit to gopanisandip/amphtml that referenced this pull request Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants