aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYash Karandikar2020-03-15 19:43:32 -0500
committerYash Karandikar2020-03-15 19:43:32 -0500
commitbfa658624b439855c15a3dfe12b4bdd1d579947b (patch)
treeefb238af00e27e2273d6298894b916db50892ec8
parent7452014da8569a01a9c9d1a2644c1bb099f0ce36 (diff)
downloadaur-bfa658624b439855c15a3dfe12b4bdd1d579947b.tar.gz
Run shellcheck when running tests
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b5e0add9b32..3c9497518956 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,11 @@ archlinux:
- bash
- git
- namcap
+ - shellcheck
mount:
- ~/.pkg-cache:/var/cache/pacman/pkg
script:
- "bash test.sh"
+ - "shellcheck ./haur"
- "namcap PKGBUILD"
- "makepkg -Ccsi --noconfirm"