Skip to content

Commit 6edc269

Browse files
committed
Updated README.md and removed Travis CI section.
1 parent fe03ebc commit 6edc269

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ We will discuss deployment of the following items:
2525
Shared steps - build and test:
2626

2727
1. Make sure you are on the right branch (`master`).
28+
1. `yarn install` to install the dependencies
2829
1. `yarn build` to build the product release
2930
1. `yarn release` to copy build files to app / extension
3031
1. `http-server ./app` to verify build in ./app
@@ -52,24 +53,6 @@ we pass the generated zip file name to the script of `yarn upload` and `yarn pub
5253
$ firebase deploy --project [staging|prod]
5354
````
5455

55-
##### Travis CI
56-
Node: Custom Build only support trigger a build of a branch, not a commit.
57-
58-
1. In travisCI UI, go to `web-sequence`
59-
1. Click `More options` -> `Trigger Build`
60-
1. Select which branch to deploy
61-
1. In Custom Config put the config below, and change the FIREBASE_PROJECT value accordingly.
62-
1. Trigger Build
63-
64-
```
65-
env:
66-
global:
67-
# - PRODUCT_TO_DEPLOY=none|web|chrome|all
68-
# - FIREBASE_PROJECT=default|staging|prod
69-
- PRODUCT_TO_DEPLOY=web
70-
- FIREBASE_PROJECT=default
71-
```
72-
7356
##### Post development
7457

7558
1. Go to [the page of app](https://app.zenuml.com)

0 commit comments

Comments
 (0)