From 1a92eafd37b31e56ca4d4da7fe42e9c2843589c4 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Sat, 23 Nov 2019 22:26:41 +0000 Subject: [PATCH] Correct an error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9ada4d..5a25a80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ before_install: - sudo apt-get install -y shellcheck nano -script: ./shellcheck.sh +script: ./tests.sh