From 79338b8f6ef7e944c4c2659de7b9c3a4ebe24c1f Mon Sep 17 00:00:00 2001 From: kreuzerk Date: Sun, 21 Apr 2019 21:23:28 +0200 Subject: [PATCH] chore(showcase): adjust condition to execute build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5b12bc..26d04d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,7 @@ jobs: skip_cleanup: true github_token: $GH_TOKEN local_dir: dist/ng-sortgrid-demo - on: - branch: master + if: branch = master - stage: build & publish lib script: - npm run build:lib