From 8cd2d3de89ce915446ff6ece25873b2cb8045165 Mon Sep 17 00:00:00 2001
From: Hugo Locurcio <hugo.locurcio@hugo.pro>
Date: Mon, 1 Apr 2019 11:42:13 +0200
Subject: [PATCH] Travis CI: Add Luacheck to the PATH

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index efd3d07..a032acb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,4 +12,5 @@ install:
 
 script:
   # All linters are run with pre-commit hooks
+  - export PATH="$HOME/.luarocks/bin:$PATH"
   - $HOME/.local/bin/pre-commit run --all-files
-- 
GitLab