Commit c90de3b4 authored by Tobias Munk's avatar Tobias Munk

added composer install in Travis CI

parent 708e8c29
...@@ -8,6 +8,7 @@ services: ...@@ -8,6 +8,7 @@ services:
before_install: before_install:
- cp src/app.env-dist src/app.env - cp src/app.env-dist src/app.env
- cp tests/.env-dist tests/.env - cp tests/.env-dist tests/.env
- composer install --prefer-dist
script: script:
- cd tests - cd tests
......
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