summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 20:30:28 +0200
committerDylan Araps <dylan.araps@gmail.com>2019-01-04 20:30:28 +0200
commitd0d85959d5b555e64e7f418625069ebd0ea7cf03 (patch)
tree7c25cd8828dc4ce571aeab1dc1385b4618282344
parent72fa9e5c397b5966712a13727d7e00ac9977d9e1 (diff)
docs: update0.1
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 81c3d72..ffab1c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@ install:
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
script:
- - shellcheck fff -e SC2180 SC2244
+ - shellcheck fff -e SC2180 -e SC2244
# Check for lines longer than 100 chars.
- if grep '.\{102\}' fff; then (exit 1); else (exit 0); fi