summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-09-15 21:29:06 +0300
committerYuval Adam <_@yuv.al>2017-09-15 21:29:06 +0300
commit51e8999d137d93bcd06216e52762c7525617cc2a (patch)
tree9c87ba6c8bb7fcd799d85ed62c99d6020d5f448a
parentdc29ca884bf679e89b52784862162c849e863c9f (diff)
Use ash for shellcheck
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5593c6d..eead981 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@ addons:
- shellcheck
script:
- - shellcheck route53.sh
+ - shellcheck -s ash -e SC2169 route53.sh