diff options
| author | tradam <git.tradam.fyi> | 2021-08-20 00:04:06 -0400 |
|---|---|---|
| committer | tradam <git.tradam.fyi> | 2021-08-20 00:04:06 -0400 |
| commit | d48bc0abe717dd1920a099830285a3f58078beaa (patch) | |
| tree | 553bd55986e8e6b74a90c124314e61093ac1a602 | |
| parent | c5b421d62e6f55f43f5f1b21297b301a36bcdaab (diff) | |
| download | Plore-Tabletop-Game-d48bc0abe717dd1920a099830285a3f58078beaa.tar.gz Plore-Tabletop-Game-d48bc0abe717dd1920a099830285a3f58078beaa.zip | |
removing nonsensical tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ad8d755..ac5062a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_script: - cargo install-update -a script: - - mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook + - mdbook build #&& mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook branches: only: |
