Files
blog_os/.travis.yml
Philipp Oppermann 381627bbbb Delete code from master branch
The code for each post now lives in the `post-XX` branches where `XX` is the post number.
2019-02-08 10:19:13 +01:00

16 lines
320 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 pull requests.
- master
# Build post braches
- /^post-.*$/
script:
- echo "Nothing to do for master branch"