From f2b81230903c51a02650cf98969fc652d2fdf477 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 6 Aug 2020 16:12:33 +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 04622e7..82ea625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,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