Skip CI if Pull Request Name starts with WIP

Is there a way to skip a ci build (and not call notifications) if a pull request starts with ‘WIP’? I know I can write a script to exit early, but that would still prompt a notification since we get notified on passed builds as well

:-1:

You can use [skip ci] in commit message instead to opt-out.

You’d have to do that for every commit. Filtering builds by branches is a useful feature in Travis even though you can use skip ci as well