Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Commit

Permalink
Remove deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGatesDev committed Dec 3, 2019
1 parent 6e507fc commit f6056b3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,4 @@ on:
branch: master
script:
- yarn tsc
- yarn test
- yarn build
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "michaelgatesdev"
- git config --local user.email "michaelgatesdev@gmail.com"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
api_key: ""
file_glob: true
file: "build/*"
skip_cleanup: true
overwrite: true
on:
tags: true
after_deploy:
- echo "Deploy complete"
- yarn test

0 comments on commit f6056b3

Please sign in to comment.