Skip to content

Commit 40b471d

Browse files
committed
update travis
1 parent 9b2c1b8 commit 40b471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919

2020
script:
2121
- if [[ -z "$DISABLE_UNIT_TESTS" ]]; then npm run test; fi
22-
- if [[ ! -z "$DISABLE_TESTS" && ! -z "$LINTING" ]]; then npm run lint; fi
22+
- if [[ ! -z "$LINTING" ]]; then npm run lint; fi
2323
- if [[ -z "$DISABLE_INTEGRATION_TESTS" ]]; then npm run integration-test; fi
2424

2525
after_success:

0 commit comments

Comments
 (0)