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-04-05 08:33:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-05 08:33:49 +0400
commitf065ca33ccf732ae72db4da8f6388e9be1184038 (patch)
tree388daf1fa4fd38dc83afa526980cc7d2bb65e3f5 /.travis.yml
parenta51aa3eeeeb6935e5eb758a54e0ff9f23ac09226 (diff)
Travis does not support 5.3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 80c4fceabb..60e70be6f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: php
-# We want to test against PHP 5.3.3/5.4/5.5
+# We want to test against PHP 5.3/5.4/5.5
php:
- 5.5
- 5.4
- - 5.3.3
+ - 5.3
# - hhvm
# Separate different test suites