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-07-06 08:42:39 +02:00

17 lines
273 B
YAML

language: php
php:
- '5.6'
- '7.0'
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