[chutney/master] Only run shellcheck-tests.sh if shellcheck is available.

1 Aug
2019
1 Aug
'19
6:41 a.m.
commit e369c8fe0a297f38a7e35d56d982d576922ba5d9 Author: Alexander Færøy <ahf@torproject.org> Date: Fri Jun 21 14:51:23 2019 +0200 Only run shellcheck-tests.sh if shellcheck is available. See: https://bugs.torproject.org/30928 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26f8cb3..ba64fd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,7 +176,7 @@ install: script: ## Basic tests - - tests/shellcheck-tests.sh + - if command -v shellcheck ; then tests/shellcheck-tests.sh; fi - tests/unit-tests.sh ## Quick smoke test - tools/test-network.sh --dry-run
2138
Age (days ago)
2138
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org