diff --git a/.travis.yml b/.travis.yml index 1965b6c..8ff60e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ skip_cleanup: true api_key: $GH_REPO_TOKEN on: - branch: master tags: true - d: dmd script: echo "Deploying to GitHub releases ..." && ./release.sh @@ -85,7 +84,6 @@ skip_cleanup: true api_key: $GH_REPO_TOKEN on: - branch: master tags: true - d: dmd script: echo "Deploying to GitHub releases ..." && ./release.sh @@ -96,7 +94,6 @@ skip_cleanup: true api_key: $GH_REPO_TOKEN on: - branch: master tags: true - stage: update-latest script: echo "Deploying to GitHub pages ..." && mkdir -p docs && git describe --abbrev=0 --tags > docs/LATEST @@ -106,7 +103,6 @@ local_dir: docs github_token: $GH_REPO_TOKEN on: - branch: master tags: true stages: - name: test