From 937ee4682afe812a8c90749136d9e87ed060ab10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 27 Mar 2019 13:32:45 +0100 Subject: [PATCH] Install dependencies on travis. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37f6340f..83c08e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ php: - '7.1' - '7.2' - '7.3' - - nightly \ No newline at end of file + - nightly + +install: + - composer install \ No newline at end of file