aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2017-10-16 23:41:41 +0200
committerKate Ward <kate.ward@forestent.com>2017-10-16 23:41:41 +0200
commitff5cb87873c733135f1a7729d54422cc74df19c0 (patch)
treec5547dc70892094b7ef41fa8a6e58d0a5992d894 /.travis.yml
parentb256c4eb1701e8dfee7b29e3301b85c9dfe6c4ab (diff)
downloadshflags-ff5cb87873c733135f1a7729d54422cc74df19c0.tar.gz
Run gen_test_results.sh through ShellCheck.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d1ffa1..2c14f37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,11 @@ addons:
- ksh
- zsh
-# matrix:
-# include:
-# - os: linux
-# script:
-# # Run the source through ShellCheck (http://www.shellcheck.net).
-# - shellcheck gen_test_results.sh shunit2 shunit2_test_*.sh
-# - shellcheck -s sh shunit2_test_helpers
+matrix:
+ include:
+ - os: linux
+ script:
+ # Run the source through ShellCheck (http://www.shellcheck.net).
+ - shellcheck gen_test_results.sh
+ #- shellcheck shflags shflags_test_*.sh
+ #- shellcheck -s sh shflags_test_helpers