language: php php: - 5.5 - 5.6 - hhvm-nightly matrix: allow_failures: - php: hhvm-nightly addons: postgresql: "9.3" before_script: - psql -c 'create database test0;' -U postgres - cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml - ./console.sh --env=test cache:warmup - ./console.sh doctrine:schema:create --no-interaction --env=test - ./console.sh doctrine:fixtures:load --no-interaction --env=test install: - composer install --dev script: phpunit --coverage-text notifications: email: - info@champs-libres.coop