Skip to content

Commit

Permalink
Update tests/dep-time-travel.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ota-meshi and ljharb committed Aug 26, 2021
1 parent ba3c6f1 commit 2c98ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dep-time-travel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c98ed8

Please sign in to comment.