Skip to content

Commit 6a15d52

Browse files
authored
Remove edge from Travis to clear up Ruby error (#352)
1 parent 0a3fae7 commit 6a15d52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,22 @@ script:
3333
before_deploy: "cd ${TRAVIS_BUILD_DIR}/packages/react-scripts"
3434
deploy:
3535
- provider: script
36-
edge: true
3736
cleanup: false
3837
script: npm run fs-publish -- --allow-earlier-version
3938
on:
4039
branch: frontierMaster
4140
- provider: script
42-
edge: true
4341
cleanup: false
4442
script: npm run fs-publish -- --allow-earlier-version
4543
on:
4644
branch: v7.x
4745
- provider: script
48-
edge: true
4946
cleanup: false
5047
script: npm run fs-publish -- --allow-earlier-version
5148
on:
5249
branch: next
5350
- provider: script
5451
skip_cleanup: true
55-
edge: true
5652
cleanup: false
5753
script: cd ${TRAVIS_BUILD_DIR} && ./freshCraTemplateUpdate.sh
5854
on:

0 commit comments

Comments
 (0)