Run composer on travis as well

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-09-06 10:14:57 +02:00
parent a6dceb2e64
commit 4ba47045b2

View File

@@ -24,6 +24,7 @@ before_script:
- cd apps/deck
script:
- composer install
- make test-unit
after_success: