From 791dab5a2bdd28b50c0e6a13804d81e93b969d15 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sat, 12 Oct 2019 12:14:40 +0200 Subject: [PATCH] Test if style is properly formatted --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6044dc8..c948528 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ branches: script: - npm install -g @mapbox/mapbox-gl-style-spec - gl-style-validate style.json + - diff <(gl-style-format style.json) style.json