From 317fda32b27c88cf5a5e9a6c769ccbad82282060 Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Fri, 27 Oct 2017 15:25:08 +0200 Subject: [PATCH] feat: Change travis config --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c6e958ef7..1f0c6156fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -if: branch = master OR tag IS present +branches: + only: + - master matrix: include: - language: node_js @@ -41,7 +43,6 @@ matrix: before_install: .travis/before_install.sh script: .travis/run.sh - stage: deploy - if: tag IS present script: .travis/deploy.sh deploy: provider: s3 @@ -54,4 +55,4 @@ matrix: upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT acl: public_read on: - tags: true + branch: master