Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Feature/travis ci setup #1008

Merged

Commits on Apr 8, 2012

  1. Adding list of features that have to be tested with Travis-CI or that…

    … are not yet ready to be tested
    Ocramius committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    052811e View commit details
    Browse the repository at this point in the history
  2. Adding shell script to run tests

    It iterates over tested components and runs phpunit for each of them
    Ocramius committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    65b15ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303e49e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624df4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb2e687 View commit details
    Browse the repository at this point in the history
  6. Adding build status icon to the main readme

    This just makes it obvious for everyone that zf2 is tested against Travis-CI
    Ocramius committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    02f97f7 View commit details
    Browse the repository at this point in the history
  7. Moving travis test configuration

    This way it is more obvious to the committer changing test configuration that also travis config should be changed
    Ocramius committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    68fa39f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16830e2 View commit details
    Browse the repository at this point in the history
  9. Fixing exit code and output of test runner

    The test-runner will run all test suites and display their names anyway, then use an appropriate exit
    code in case of failures.
    Using the list of components to be tested (was using the skipped components list to be sure that the
    exit code of the test runner were correct).
    Ocramius committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    9a000fd View commit details
    Browse the repository at this point in the history