Skip to content

Commit 3b0e26e

Browse files
committed
ci(browser): testing
testing modified travis file
1 parent 26bc82f commit 3b0e26e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
script: skip
5252
deploy:
5353
provider: script
54-
skip-cleanup: true
5554
script: npm run release
55+
skip-cleanup: true
5656

5757
- stage: release # github release
5858
if: branch = master AND tag IS present
5959
install: skip
60-
script: skip
60+
script: npm run build:mock
6161
before_deploy:
6262
- tar czvf webapp.tar.gz -C dist/apps/webapp .
6363
deploy:
@@ -68,23 +68,23 @@ jobs:
6868

6969
- stage: deploy
7070
install: skip
71-
script: skip
71+
script: npm run build:mock
7272
deploy:
7373
provider: pages
74-
skip-cleanup: true
75-
keep-history: true
7674
github_token: $GITHUB_TOKEN
7775
target-branch: gh-pages
7876
local_dir: dist/apps/webapp
77+
skip-cleanup: true
78+
keep-history: true
7979

8080
- stage: docs
8181
if: branch = master AND tag IS present
8282
install: skip
8383
script: npm run doc:build
8484
deploy:
8585
provider: pages
86-
skip-cleanup: true
87-
keep-history: true
8886
github_token: $GITHUB_TOKEN
8987
target-branch: docs
9088
local_dir: docs
89+
skip-cleanup: true
90+
keep-history: true

0 commit comments

Comments
 (0)