From cc55f452697f51965ac3cab086807a0abaa7f9d4 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 24 Feb 2020 23:47:34 +0530 Subject: [PATCH] Fix composer install on travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c91a3fa..b77b16d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: php php: - '7.2' - '7.3' - - '7.4' \ No newline at end of file + - '7.4' +install: composer install \ No newline at end of file