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:
authorThomas Steur <thomas.steur@gmail.com>2015-09-22 11:53:14 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-09-22 12:04:35 +0300
commit04342d78bf1f36b3e92ff0f87a37f16775d15eba (patch)
tree2447df037ef1e8c82f9ee41d3201be8689f8bb94 /.travis.yml
parent97d70bf0cb504bd7b031e57fea74d049b6a1f174 (diff)
remove php 7 builds as they do not succeed anyway
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e8905be9c..13f3746920 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@
language: php
php:
- - 7
- 5.6
- 5.3.3
# - hhvm
@@ -103,8 +102,8 @@ before_install:
install:
- git fetch -q
-# - export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --core --verbose"
-# - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
+ - export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --core --verbose"
+ - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
- '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'