We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3fae7 commit 6a15d52Copy full SHA for 6a15d52
.travis.yml
@@ -33,26 +33,22 @@ script:
33
before_deploy: "cd ${TRAVIS_BUILD_DIR}/packages/react-scripts"
34
deploy:
35
- provider: script
36
- edge: true
37
cleanup: false
38
script: npm run fs-publish -- --allow-earlier-version
39
on:
40
branch: frontierMaster
41
42
43
44
45
46
branch: v7.x
47
48
49
50
51
52
branch: next
53
54
skip_cleanup: true
55
56
57
script: cd ${TRAVIS_BUILD_DIR} && ./freshCraTemplateUpdate.sh
58
0 commit comments