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