Skip to content

Commit

Permalink
馃彈 Update packages for some Travis jobs (ampproject#20991)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim authored and bramanudom committed Mar 22, 2019
1 parent a37e106 commit 6a70bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-system/pr-check/dist.js
Expand Up @@ -38,6 +38,7 @@ function main() {
const startTime = startTimer(FILENAME, FILENAME);

if (!isTravisPullRequestBuild()) {
timedExecOrDie('gulp update-packages');
timedExecOrDie('gulp dist --fortesting');
uploadDistOutput(FILENAME);
} else {
Expand Down
2 changes: 2 additions & 0 deletions build-system/pr-check/local-tests.js
Expand Up @@ -42,6 +42,7 @@ function main() {

if (!isTravisPullRequestBuild()) {
downloadBuildOutput(FILENAME);
timedExecOrDie('gulp update-packages');
timedExecOrDie('gulp test --integration --nobuild --coverage');
timedExecOrDie('gulp test --unit --nobuild --headless --coverage');
timedExecOrDie('gulp test --dev_dashboard --nobuild');
Expand All @@ -63,6 +64,7 @@ function main() {
return 0;
}
downloadBuildOutput(FILENAME);
timedExecOrDie('gulp update-packages');
if (buildTargets.has('RUNTIME') ||
buildTargets.has('BUILD_SYSTEM') ||
buildTargets.has('UNIT_TEST')) {
Expand Down

0 comments on commit 6a70bc5

Please sign in to comment.