diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 11:46:47 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 11:46:47 +0200 |
commit | 69b57eab5e879a7656786ec3d0b94f30cf62e252 (patch) | |
tree | 6e82639c4fef96f2006a9586e6403f4fa11d6631 | |
parent | ccb3d0ac78db25f60983e1c3211f0220cbee93f8 (diff) | |
download | forums-69b57eab5e879a7656786ec3d0b94f30cf62e252.tar forums-69b57eab5e879a7656786ec3d0b94f30cf62e252.tar.gz forums-69b57eab5e879a7656786ec3d0b94f30cf62e252.tar.bz2 forums-69b57eab5e879a7656786ec3d0b94f30cf62e252.tar.xz forums-69b57eab5e879a7656786ec3d0b94f30cf62e252.zip |
[ticket/14236] Don't dump Opcache config in Travis
PHPBB3-14236
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a91a95b3c7..14cf3e6d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,4 +50,3 @@ script: - sh -c "if [ '$SLOWTESTS' != '1' ]; then phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml; fi" - sh -c "if [ '$SLOWTESTS' = '1' ]; then phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml --group slow; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.3.3' -a '$DB' = 'mysqli' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..FETCH_HEAD; fi" - - php -i | grep opcache |