From 51f650625111a67ea2e7dabe46a58eb1c426665a Mon Sep 17 00:00:00 2001 From: matham Date: Thu, 20 Jun 2019 19:33:18 -0400 Subject: [PATCH] Show the 1.11.0 docs now that stable is 1.11.1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b6c44bd3..41500d296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: - KIVY_USE_SETUPTOOLS=1 - KIVY_SPLIT_EXAMPLES=1 - SERVER_IP=159.203.106.198 - - DOC_VERSIONS="stable master stable-1.10.1" + - DOC_VERSIONS="stable master stable-1.10.1 stable-1.11.0" osx_image: xcode10