diff options
| author | tradam <git.tradam.fyi> | 2021-08-19 22:11:14 -0400 |
|---|---|---|
| committer | tradam <git.tradam.fyi> | 2021-08-19 22:11:14 -0400 |
| commit | be3d0bd93aaf6679d638467c0a4e9d5a86d0a534 (patch) | |
| tree | 0ac390a141e2ac940c72a8ccbb75307649fc5630 | |
| parent | f26878b4e6b97dc747e8d1d9bda97d6decad8fe9 (diff) | |
| download | Plore-Tabletop-Game-be3d0bd93aaf6679d638467c0a4e9d5a86d0a534.tar.gz Plore-Tabletop-Game-be3d0bd93aaf6679d638467c0a4e9d5a86d0a534.zip | |
.
| -rw-r--r-- | .travis.yml | 4 |
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 |
