Skip to content

Fix allow_failures on Travis CI #2106

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

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

teohhanhui
Copy link
Contributor

Q A
Bug fix? yes (CI)
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT
Doc PR N/A

@@ -11,7 +11,7 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- APP_ENV=test

matrix:
jobs:
Copy link
Contributor Author

@teohhanhui teohhanhui Jul 16, 2018

Choose a reason for hiding this comment

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

Minor future-proofing:

matrix is an alias of jobs

travis-ci/travis-ci#7754 (comment)

Travis CI docs are outdated: travis-ci/docs-travis-ci-com#1500 (comment)

@teohhanhui teohhanhui force-pushed the fix/travis-allow-failures branch from 48a07a1 to aad9c6b Compare July 16, 2018 14:36
@@ -32,7 +32,8 @@ matrix:
- mysql -e 'CREATE DATABASE api_platform_test;'
env: APP_ENV=mysql
allow_failures:
env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY_DEPRECATIONS_HELPER=0
fast_finish: true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doesn't seem to have any effect at the moment... lol

@dunglas
Copy link
Member

dunglas commented Jul 16, 2018

Thanks @teohhanhui

@teohhanhui teohhanhui deleted the fix/travis-allow-failures branch July 16, 2018 21:12
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.

2 participants