Skip to content

Commit

Permalink
Fixing TravisCI final version hope so
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealKiller97 committed Aug 29, 2019
1 parent 741b120 commit 59b65d0
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,10 @@ script:
- ng build --prod

deploy:
- edge:
branch: v1.8.47
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
target-branch: gh-pages
local-dir: ./dist/
verbose: true
on:
branch: master

notifications:
email:
on_success: never
on_failure: always
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: ./dist/
on:
branch: master

0 comments on commit 59b65d0

Please sign in to comment.