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 27, 2021
1 parent 06989ac commit f5d5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dep-time-travel.sh
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 f5d5ced

Please sign in to comment.