From 42c9a2e833cb27fe2065707647c14a976ce13195 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 2 Sep 2019 10:56:46 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aff065db9c..e6160cafb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,9 +59,8 @@ jobs: - stage: Lint & Build Dist name: Lint & Build Dist script: - - ./scripts/lint.sh || exit 1; - ./scripts/travis/build/build.sh || exit 1; - + - ./scripts/lint.sh || exit 1; # Run Only on Development and master - stage: Lint & Build Dist & Release