Kaynağa Gözat

Only run shellcheck-tests.sh if shellcheck is available.

See: https://bugs.torproject.org/30928
Alexander Færøy 5 yıl önce
ebeveyn
işleme
e369c8fe0a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .travis.yml

+ 1 - 1
.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