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 Build Stages #6

Merged
merged 3 commits into from
Feb 14, 2018
Merged

Use Build Stages #6

merged 3 commits into from
Feb 14, 2018

Conversation

Majkl578
Copy link
Member

Testing using Build Stages. Split into Lint & Test (+ coverage) & Code Quality stages (similar to Doctrine).

Also tests on PHP 7.2 & nightly.

Will conflict with #4 & #5, trivial to fix.

@Majkl578 Majkl578 added this to the 1.0.0 milestone Feb 13, 2018
@Majkl578 Majkl578 requested a review from enumag February 13, 2018 18:28
@Majkl578 Majkl578 changed the title Build Stages Use Build Stages Feb 13, 2018
@Majkl578 Majkl578 mentioned this pull request Feb 13, 2018
.travis.yml Outdated
- vendor/bin/phpunit --coverage-clover tests/coverage.xml -c tests/phpunit.xml
- vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover tests/coverage.xml
after_script:
- travis_retry wget -O /tmp/coveralls.phar https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
Copy link
Member

Choose a reason for hiding this comment

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

https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar

@Majkl578 Majkl578 merged commit aff4245 into master Feb 14, 2018
@Majkl578 Majkl578 deleted the build-stages branch February 14, 2018 15:37
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