From 052176cdb67d179caf12a3b0de3d9a703d8cad30 Mon Sep 17 00:00:00 2001 From: Tom Raithel Date: Fri, 24 Nov 2017 11:12:21 +0100 Subject: [PATCH] Testing travis conditional build --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e934f15..bd14c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: node_js node_js: node install: yarn install script: yarn build -# Only perform travis builds on this branches: -branches: - only: - - master - - next deploy: - provider: s3 access_key_id: @@ -19,7 +14,7 @@ deploy: region: eu-central-1 local_dir: dist detect_encoding: true - on: + "on": branch: master - provider: s3 access_key_id: @@ -32,5 +27,5 @@ deploy: region: eu-central-1 local_dir: dist detect_encoding: true - on: + "on": branch: next \ No newline at end of file