From 0710e100e1207677b78bb9e330800100c0f370fb Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 14 Oct 2018 20:53:11 +0200 Subject: [PATCH] pipeline: replace new lines in deployment script with spaces --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc54d39..e03d2fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,10 @@ after_success: deploy: - provider: script skip_cleanup: true - script: | - npx semantic-release --dry-run --branch develop && \ - npm run build && \ - npx now ./build -t $NOW_TOKEN -T personal -A ./now.staging.json && \ + script: > + npx semantic-release --dry-run --branch develop && + npm run build && + npx now ./build -t $NOW_TOKEN -T personal -A ./now.staging.json && npx now alias -A ./now.staging.json on: condition: $TRAVIS_OS_NAME = linux