Skip to content

Commit cd11160

Browse files
committed
wrapping travis commands in strings.
1 parent 7136459 commit cd11160

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ language: node_js
22
node_js:
33
- 10
44
install:
5-
- npm i
6-
- cd packages/react-scripts && npm i
7-
- cd ../../
5+
- "npm i"
6+
- "cd packages/react-scripts && npm i"
7+
- "cd ../../"
88
before_deploy:
9-
- cd packages && tar -zcf react-scripts-$TRAVIS_TAG.tgz react-scripts
9+
- "cd packages && tar -zcf react-scripts-$TRAVIS_TAG.tgz react-scripts"
1010
deploy:
1111
provider: releases
1212
skip_cleanup: true

0 commit comments

Comments
 (0)