Skip to content

Commit

Permalink
🏗 Update packages for some Travis jobs (#20991)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim committed Feb 21, 2019
1 parent 87c893f commit 11f75e1
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 11f75e1

Please sign in to comment.