language: php php: - 5.4 - 5.5 - 5.6 - 7 env: global: - CORE_BRANCH=master matrix: - DB=sqlite branches: only: - master - /^stable\d+(\.\d+)?$/ before_install: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh templateeditor $CORE_BRANCH $DB script: # Test lint - cd ../server/apps/templateeditor - sh -c "if [ '$DB' = 'sqlite' ]; then ant test; fi" # Run phpunit tests # - cd tests # - phpunit --configuration phpunit.xml # Create coverage report # - wget https://scrutinizer-ci.com/ocular.phar # - php ocular.phar code-coverage:upload --format=php-clover clover.xml matrix: include: # - php: 5.4 # env: DB=mysql # - php: 5.4 # env: DB=pgsql # - php: 5.4 # env: DB=oracle allow_failures: - php: hhvm fast_finish: true