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

Use the Travis' Trusty build environment #6515

Merged
merged 2 commits into from
Jun 23, 2017

Conversation

lcobucci
Copy link
Member

To see if that solves the XML validation issues (since the issues are
possibly happening due to old libxml versions).

To see if that solves the XML validation issues (since the issues are
possibly happening due to old libxml versions).
@lcobucci lcobucci self-assigned this Jun 22, 2017
@lcobucci lcobucci requested a review from Ocramius June 22, 2017 06:04
@Ocramius Ocramius added this to the 2.6.0 milestone Jun 22, 2017
@lcobucci lcobucci force-pushed the use-updated-environment branch 9 times, most recently from 125a518 to af1b66a Compare June 22, 2017 07:56
.travis.yml Outdated
@@ -18,6 +18,7 @@ before_script:
- composer install --prefer-source
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
- if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
- if [[ $DB == "mysql" || $DB == "mariadb" ]]; then SCHEMA=`xmllint --xpath 'string(//var[@name="db_name"]/@value)' tests/travis/$DB.travis.xml` && mysql -e "CREATE SCHEMA $SCHEMA; GRANT ALL PRIVILEGES ON $SCHEMA.* to travis@'%'"; fi;
Copy link
Member Author

Choose a reason for hiding this comment

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

@Ocramius xmllint is not installed, I was trying to avoid hardcoded stuff but I'm not sure that we should install libxml2-utils just because of that...

Copy link
Member

Choose a reason for hiding this comment

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

Surely not just for this line. We can actually hardcode it in .travis.yml though...

Copy link
Member Author

Choose a reason for hiding this comment

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

alright will do it 😉

@lcobucci
Copy link
Member Author

@Ocramius done

@Ocramius
Copy link
Member

selection_001
382

@Ocramius Ocramius assigned Ocramius and unassigned lcobucci Jun 23, 2017
@Ocramius Ocramius merged commit 95b30c1 into doctrine:master Jun 23, 2017
@Ocramius
Copy link
Member

🚢

@lcobucci lcobucci deleted the use-updated-environment branch June 23, 2017 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants