diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:29:47 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:29:47 +0200 |
commit | 03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (patch) | |
tree | c4ab060db6f6991025d743cf8084c28b8bfafd31 /.travis.yml | |
parent | 9d0fc862507e1933e447b3c3e92a438400aad263 (diff) | |
download | Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.tar.gz Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.tar.zst Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.zip |
Add SASSLint makefile target, and run it in CI
Also move ESLint and SASSLint config files to a dedicated .dev folder
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 14b91cf2..eee1ca74 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,6 +27,7 @@ matrix: | |||
27 | script: | 27 | script: |
28 | - yarn run build # Just to be sure that the build isn't broken | 28 | - yarn run build # Just to be sure that the build isn't broken |
29 | - make eslint | 29 | - make eslint |
30 | - make sasslint | ||
30 | 31 | ||
31 | cache: | 32 | cache: |
32 | directories: | 33 | directories: |