Commits

schneems authored d71b2296dd8
Don't execute tests against "merge" commits Due to the way travis is built if any new tests for new functionality are added then the "merge" commit test will always fail. This is confusing as it means actually "green" tests have 1 failure. If we always exit on "merge" commits then we can expect green tests before actually merging pull requests