1. 29 Jul, 2019 2 commits
    • Andreas Braun's avatar
      31fba082
    • Andreas Braun's avatar
      PHPLIB-460: Use travis build stages · ebc4a992
      Andreas Braun authored
      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.
      ebc4a992
  2. 26 Jul, 2019 2 commits
  3. 25 Jul, 2019 7 commits
  4. 23 Jul, 2019 1 commit
  5. 16 Jul, 2019 4 commits
  6. 15 Jul, 2019 2 commits
  7. 13 Jul, 2019 1 commit
  8. 11 Jul, 2019 8 commits
  9. 09 Jul, 2019 6 commits
  10. 03 Jul, 2019 6 commits
  11. 02 Jul, 2019 1 commit