PHPLIB-460: Use travis build stages
http://jira.mongodb.org/browse/PHPLIB-460 With these changes, we're preparing the build file to do more than just running tests. To make feedback more immediate and to save resources, the build now runs a smoke screen testing step before running the full build pipeline. This should catch simple errors and will also do static analysis before running all tests. Once smoke screen testing has completed, the full build pipeline will be executed. This PR also adds testing against PHP 7.4 with the build currently failing due to a deprecation: ``` Function ReflectionType::__toString() is deprecated /home/travis/build/alcaeus/mongo-php-library/tests/Operation/ExplainTest.php:17 ``` This will be fixed at a later step once I've figured out what's causing this.
Showing
Please
register
or
sign in
to comment