summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5817b59..ad8d755 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,10 @@ before_script:
script:
- mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
+branches:
+ only:
+ - master
+
deploy:
provider: pages
skip-cleanup: true