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:
-rw-r--r--.travis.yml5
-rw-r--r--tests/PHPUnit/Framework/Fixture.php2
m---------tests/travis0
3 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c350b40230..a9618ccc3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,12 +16,7 @@ services:
addons:
apt:
- sources:
- - deadsnakes
-
packages:
- - python2.6
- - python2.6-dev
- nginx
- realpath
- lftp
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index efec12237e..c53809e193 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -140,7 +140,7 @@ class Fixture extends \PHPUnit_Framework_Assert
}
if (SystemTestCase::isTravisCI()) {
- return 'python2.6';
+ return 'python2.7';
}
return 'python';
diff --git a/tests/travis b/tests/travis
-Subproject f9b19b0f017a3f6c771d062c6948aabf7284a16
+Subproject e306645ff8ff8d9e0b966a14df1f50cc9b7ea99