From 11e07b5d8963197e57856fb3bc11268dbf9506c2 Mon Sep 17 00:00:00 2001 From: Tom Raithel Date: Fri, 24 Nov 2017 11:15:39 +0100 Subject: [PATCH] Removing unnecessary quotes in travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd14c18..93ca555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ deploy: region: eu-central-1 local_dir: dist detect_encoding: true - "on": + on: branch: master - provider: s3 access_key_id: @@ -27,5 +27,5 @@ deploy: region: eu-central-1 local_dir: dist detect_encoding: true - "on": + on: branch: next \ No newline at end of file