Files
blog_os/.travis.yml
2019-02-08 10:19:13 +01:00

14 lines
280 B
YAML

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 post braches
- /^post-.*$/
script:
- echo "Nothing to do for master branch"