Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-12-14 14:55:31 +0300
committerMichal Čihař <michal@cihar.com>2017-12-14 14:55:31 +0300
commit75bd706565ecba519fb56512c0ddbb17c64c74bb (patch)
tree5d38a4ec0ed4894df074a749dede04e58312bc69 /.travis.yml
parentcfc79ded73ccb9859f0420cbd61fd6c3eb6cba2e (diff)
Use python image to build docs
It is using python anyway, so make it simple Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b015516922..91abc4bb22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,8 @@ matrix:
env: CI_MODE=selenium
- php: "7.0"
env: CI_MODE=release
- - php: "7.0"
+ - language: python
+ python: "3.6"
env: CI_MODE=docs
- php: "7.1"
env: CI_MODE=apidocs