Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
pipeline: replace new lines in deployment script with spaces (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Oct 14, 2018
1 parent 3d5777a commit 6252443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6252443

Please sign in to comment.