Removing unnecessary quotes in travis config

This commit is contained in:
Tom Raithel
2017-11-24 11:15:39 +01:00
parent 052176cdb6
commit 11e07b5d89

View File

@@ -14,7 +14,7 @@ deploy:
region: eu-central-1 region: eu-central-1
local_dir: dist local_dir: dist
detect_encoding: true detect_encoding: true
"on": on:
branch: master branch: master
- provider: s3 - provider: s3
access_key_id: access_key_id:
@@ -27,5 +27,5 @@ deploy:
region: eu-central-1 region: eu-central-1
local_dir: dist local_dir: dist
detect_encoding: true detect_encoding: true
"on": on:
branch: next branch: next