language: minimal branches: only: # This is where pull requests from "bors r+" are built. - staging # This is where pull requests from "bors try" are built. - trying # Build pull requests. - master # Build post braches - /^post-.*$/ script: - echo "Nothing to do for master branch"