Commit 708e8c29 authored by Tobias Munk's avatar Tobias Munk

updated travis config

parent c6c9aad3
...@@ -10,10 +10,5 @@ before_install: ...@@ -10,10 +10,5 @@ before_install:
- cp tests/.env-dist tests/.env - cp tests/.env-dist tests/.env
script: script:
- docker-compose run forrest run - cd tests
- docker-compose run forrest run
addons: \ No newline at end of file
artifacts:
s3_region: eu-west-1
paths:
- tests/_output
\ No newline at end of file
version: '2' version: '2'
services: services:
forrest: forrest:
image: codeception/codeception image: codeception/codeception:2.2
environment: environment:
- YII_ENV=test - YII_ENV=test
volumes: volumes:
......
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