We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2c1b8 commit 40b471dCopy full SHA for 40b471d
.travis.yml
@@ -19,7 +19,7 @@ install:
19
20
script:
21
- if [[ -z "$DISABLE_UNIT_TESTS" ]]; then npm run test; fi
22
- - if [[ ! -z "$DISABLE_TESTS" && ! -z "$LINTING" ]]; then npm run lint; fi
+ - if [[ ! -z "$LINTING" ]]; then npm run lint; fi
23
- if [[ -z "$DISABLE_INTEGRATION_TESTS" ]]; then npm run integration-test; fi
24
25
after_success:
0 commit comments