From 521f01e358c3d59156db6061c09a5a4686ac4961 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 14 Jan 2020 12:53:17 -0500 Subject: [PATCH] Update .travis.yml to use npm scripts --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c948528..572d3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ branches: only: - gh-pages script: - - npm install -g @mapbox/mapbox-gl-style-spec - - gl-style-validate style.json - - diff <(gl-style-format style.json) style.json + - npm install + - npm run validate + - npm run diff