Skip to content

Commit

Permalink
updated spacing in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbollar committed Jan 16, 2018
1 parent 7ae8fe0 commit 02e7de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ script:
- npm pack
- echo -en 'travis_fold:end:script.makeZipFile\\r'

- echo 'buildApps' && echo -en 'travis_fold:start:script.buildApps\\r'
- npm run buildApps
- echo -en 'travis_fold:end:script.buildApps\\r'
- echo 'buildApps' && echo -en 'travis_fold:start:script.buildApps\\r'
- npm run buildApps
- echo -en 'travis_fold:end:script.buildApps\\r'

- echo 'deploy' && echo -en 'travis_fold:start:script.deploy\\r'
- npm run deploy-s3 -- -b cesium-dev -d cesium/$TRAVIS_BRANCH --confirm -c 'no-cache'
Expand Down

0 comments on commit 02e7de5

Please sign in to comment.