From 59b65d0df0f71821ab9cf461f746d9f0f8b93523 Mon Sep 17 00:00:00 2001 From: CerealKiller97 Date: Thu, 29 Aug 2019 23:43:26 +0200 Subject: [PATCH] Fixing TravisCI final version hope so --- .travis.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index b472e86..6ca9380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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