From 4fb2eda8db50f068e481f99a0621371e28360293 Mon Sep 17 00:00:00 2001 From: Piwik Automation <hello@piwik.org> Date: Fri, 17 Oct 2014 01:59:55 +0000 Subject: [PATCH] .travis.yml file is out of date, auto-updating .travis.yml file. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0908e3b5f7..aad174d28f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,9 +118,6 @@ install: - git checkout master -- ./tests/travis ./plugins/CoreConsole || true before_script: - - if ([ -n "$TEST_SUITE" ]); - then phpenv config-rm xdebug.ini; - fi - if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]); then composer require satooshi/php-coveralls dev-master; fi @@ -207,4 +204,4 @@ notifications: #email: # if we specify piwik-builds@piwik.org then the developer doesn't get notified # - piwik-builds@piwik.org - # this is a missing feature by Travis to notify both list and committer + # this is a missing feature by Travis to notify both list and committer \ No newline at end of file -- GitLab