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:
authorStefan Giehl <stefan.giehl@mayflower.de>2017-05-05 14:57:55 +0300
committerStefan Giehl <stefan.giehl@mayflower.de>2017-05-05 14:57:55 +0300
commit2c658b2a9e79b4da1480f47de391154ec4d0268b (patch)
treeb8ea4311d64d612939819530d73c66406cfda1ce /.travis.yml
parent456031f47d718d50a489dc8bc8abb3c462af8262 (diff)
update travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 463a521af5..08672b09a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,8 +84,6 @@ sudo: required
script: $PIWIK_ROOT_DIR/tests/travis/travis.sh
before_install:
- # do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
- - '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && export USE_ZEND_ALLOC=0 || true'
- ./tests/travis/install_git_lfs.sh
install:
@@ -96,9 +94,6 @@ install:
- ./tests/travis/configure_git.sh
- # disable tls for php 5.3 as openssl isn't available
- - '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && composer config -g -- disable-tls true || true'
-
# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
@@ -145,7 +140,7 @@ before_script:
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- - if [[ "$TRAVIS_PHP_VERSION" != 5.3* ]]; then ./tests/travis/install_phantomjs.sh; export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH; fi
+ - ./tests/travis/install_phantomjs.sh; export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH;
- cd tests/PHPUnit