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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-06-03 05:14:27 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-03 05:14:27 +0400
commit89d633d4cc3416a40c075861285e51129d6688d4 (patch)
tree710e828d30ab3cecb73a05400b23a1c37be3192a /.travis.yml
parent5ee07292c87b9cf4844510928bee5b425195ce10 (diff)
Check which version of Python Travis CI runs with.
refs https://github.com/piwik/piwik/pull/300
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3e3643eda..de95fdf79b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -92,6 +92,8 @@ before_script:
- date
- php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_tests;'
+ # Log Analytics uses Python
+ - python --version
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- cd tests/PHPUnit