From 036a1f736816b20333e425326cee684b4e9b79fd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Jun 2019 13:23:49 +0300 Subject: [PATCH] docs: update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2521360e..c50e0c6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: bash -script: shellcheck -e 2034 repo/*/build repo/*/post-install +script: shellcheck -e 2034 core/*/build core/*/post-install