From 03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 10 May 2018 13:29:47 +0200 Subject: Add SASSLint makefile target, and run it in CI Also move ESLint and SASSLint config files to a dedicated .dev folder --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 14b91cf2..eee1ca74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: script: - yarn run build # Just to be sure that the build isn't broken - make eslint + - make sasslint cache: directories: -- cgit v1.2.3