From 846d66f17794f36a1324d386c335b0988feebfc1 Mon Sep 17 00:00:00 2001 From: zqwerty <zhuq96@hotmail.com> Date: Wed, 15 Jul 2020 16:03:04 +0800 Subject: [PATCH] try to fix deploy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6daed58..50d03c9 100755 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - cd docs - make html && mv ./build/html ./build/docs && rm -r ./build/doctrees - cd .. + - gem install travis --no-document deploy: - provider: pages -- GitLab