From f5d5ced80e637a9466d6b8abba9ccf8d55108f4d Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Tue, 17 Aug 2021 14:33:08 +0900 Subject: [PATCH] Update tests/dep-time-travel.sh Co-authored-by: Jordan Harband --- tests/dep-time-travel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dep-time-travel.sh b/tests/dep-time-travel.sh index c0c20d9a6..768ee134e 100755 --- a/tests/dep-time-travel.sh +++ b/tests/dep-time-travel.sh @@ -37,7 +37,7 @@ if [[ "$TRAVIS_NODE_VERSION" -lt "8" ]]; then npm i --no-save eslint-import-resolver-typescript@1.0.2 fi -if [[ "$ESLINT_VERSION" = "^8.0.0-0" ]]; then +if [ "${ESLINT_VERSION}" = '^8.0.0-0' ]; then echo "Installing self" npm i --no-save eslint-plugin-import@'.' -f echo "Build self"