1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-04-30 07:39:40 +02:00

Update .travis.yml (#39)

This commit is contained in:
Bee 2018-11-15 23:13:04 +00:00 committed by GitHub
parent 30ae5ae434
commit d1747432be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ script:
before_deploy:
- git config --local user.name 'Travis CI'
- git config --local user.email 'travis@travis-ci.org'
- git tag "${MATTERMOST_RELEASE}"
- git tag "${MATTERMOST_RELEASE}" || true
deploy:
provider: releases
api_key: "${GITHUB_OAUTH_TOKEN}"