Skip to content

Commit f5d5ced

Browse files
ota-meshiljharb
andcommitted
Update tests/dep-time-travel.sh
Co-authored-by: Jordan Harband <[email protected]>
1 parent 06989ac commit f5d5ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dep-time-travel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [[ "$TRAVIS_NODE_VERSION" -lt "8" ]]; then
3737
npm i --no-save [email protected]
3838
fi
3939

40-
if [[ "$ESLINT_VERSION" = "^8.0.0-0" ]]; then
40+
if [ "${ESLINT_VERSION}" = '^8.0.0-0' ]; then
4141
echo "Installing self"
4242
npm i --no-save eslint-plugin-import@'.' -f
4343
echo "Build self"

0 commit comments

Comments
 (0)