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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃彈 Update packages for some Travis jobs #20991

Merged
merged 1 commit into from Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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