Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 2dd0055

Browse files
committed
ci(travis): update travis config
1 parent 86e5eb7 commit 2dd0055

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ cache:
1212
script:
1313
- npm run build
1414

15-
deploy:
16-
provider: pages
17-
skip-cleanup: true
18-
github-token: $GITHUB_TOKEN
19-
keep-history: true
20-
local-dir: dist/angular-exemplify-demo
21-
on:
22-
branch: master
15+
# deploy:
16+
# provider: pages
17+
# skip-cleanup: true
18+
# github-token: $GITHUB_TOKEN
19+
# keep-history: true
20+
# local-dir: dist
21+
# on:
22+
# branch: master
2323

2424
after_success:
2525
- npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)