Commit c6c9aad3 authored by Tobias Munk's avatar Tobias Munk

added Travis CI integration

parent 373d4da3
sudo: required
language: php
services:
- docker
before_install:
- cp src/app.env-dist src/app.env
- cp tests/.env-dist tests/.env
script:
- docker-compose run forrest run
addons:
artifacts:
s3_region: eu-west-1
paths:
- tests/_output
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment