Removing unnecessary quotes in travis config
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user