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

Fix travis file name #666

Merged
merged 1 commit into from Aug 21, 2020
Merged

Fix travis file name #666

merged 1 commit into from Aug 21, 2020

Conversation

maxhelias
Copy link
Contributor

No description provided.

@maxhelias
Copy link
Contributor Author

I don't know how to fix PHP nightly stage

@maxhelias maxhelias force-pushed the fix-travis branch 5 times, most recently from bfb1ee8 to 1624d7c Compare July 31, 2020 07:40
@maxhelias
Copy link
Contributor Author

@nicolas-grekas It should be good, what do you think?

.travis.yml Outdated Show resolved Hide resolved
@@ -65,7 +65,7 @@ public function shouldWriteFile(string $file, bool $overwrite): bool
return true;
}

exec('git status --short --ignored -- '.ProcessExecutor::escape($file).' 2>&1', $output, $status);
exec('git status --short --ignored --untracked-files=all -- '.ProcessExecutor::escape($file).' 2>&1', $output, $status);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really needed as it seems to be the default?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and indeed, it is needed.

@fabpot
Copy link
Member

fabpot commented Aug 21, 2020

Thank you @maxhelias.

@fabpot fabpot merged commit e532411 into symfony:master Aug 21, 2020
@maxhelias maxhelias deleted the fix-travis branch August 21, 2020 12:05
tgalopin pushed a commit to tgalopin/flex that referenced this pull request Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants