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@googlemail.com>2014-08-21 11:39:21 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-21 11:39:21 +0400
commit3a0531b3f61e06d1b5508c120d8c3f653aa7bebf (patch)
treeaecffc470c842422b8e5f9dcabb31fae3df25011 /.travis.yml
parente582ecb93d93047b4915489c5d57828c98261f58 (diff)
enable travis to run tests on PHP 5.6 to see if a reported problem only occurs on 5.6. It will be released soon
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 767a62f8b3..7b3bfde014 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ php:
- 5.5
- 5.4
- 5.3.3
-# - 5.6
+ - 5.6
# - hhvm
# Separate different test suites
@@ -66,12 +66,6 @@ matrix:
env: TEST_SUITE=PluginTests MYSQL_ADAPTER=MYSQLI
- php: 5.5
env: TEST_SUITE=CoreTests MYSQL_ADAPTER=MYSQLI
- - php: 5.6
- env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
- - php: 5.6
- env: TEST_SUITE=PluginTests MYSQL_ADAPTER=MYSQLI
- - php: 5.6
- env: TEST_SUITE=CoreTests MYSQL_ADAPTER=MYSQLI
- php: hhvm
env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
- php: hhvm