From 374802fbeca39f2ca9325677770b655aa2a70290 Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sat, 1 Jun 2019 16:15:17 -0400 Subject: [PATCH] Add 1.10.1 to the list of stable docs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a36646b4..317214c0f 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" + - DOC_VERSIONS="stable master stable-1.10.1" osx_image: xcode10