From e59969f8547d2b4dd80c779419f63b6e243575b7 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 6 Aug 2020 16:28:32 +0200 Subject: [PATCH] updates travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4651294..dc6d238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ install: # travis now complains about this failing 9 times out of 10, so removing it #- travis_retry composer self-update - - '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install' + - '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install' # move plugin contents to folder in the plugins subdirectory - rm -rf plugins/$PLUGIN_NAME