summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-13 14:54:45 +0200
committerDylan Araps <dylan.araps@gmail.com>2019-01-13 14:54:45 +0200
commit97d809d40cb03ab726d60a6a482fc5b47a7584ce (patch)
treea63a3998bd2997f3b5250327e0b038193beb49f3
parentda7c0a71cc13e338941fb036d382b92abe5bbcf8 (diff)
Fix travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 19d3e01..fd7cc79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@ install:
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
script:
- - shellcheck fff
+ - shellcheck fff -e SC2244
# Check for lines longer than 80 chars.
- if grep '.\{81\}' fff; then (exit 1); else (exit 0); fi