From d456c37103deec8cfffd486cd932555f60280694 Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Tue, 4 Aug 2020 13:31:24 +0900 Subject: [PATCH] test deploy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2dca54d2..72e636c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: branches: only: - master + - CI/examples_short jobs: exclude: - python: "3.6" @@ -50,5 +51,6 @@ deploy: local_dir: ./docs/_build/html/ keep_history: true on: + branch: CI/examples_short python: 3.8 condition: $DEP = "[all]"