• E
    Split travis into multiple jobs (#322) · dc782ec3
    Erik Johnston 提交于
    The motivation for this is to make it easier to see whether a travis failure is due to linting, unit tests or integration test failures, without having to look in the logs.
    
    It also means that each job is independent, so if e.g. the linting fails then the unit tests will still be run.
    dc782ec3
.travis.yml 614 字节