This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/.travis.yml
2016-11-21 22:13:48 +01:00

17 lines
273 B
YAML

language: php
php:
- '7.0'
- '7.1'
services:
- postgresql
install:
- composer install
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- cp app/config/config_travis.yml app/config/config_test.yml
script: bin/phpunit --verbose -c app