From f6056b3bcf31d059088cd4f4e4138640e96694dc Mon Sep 17 00:00:00 2001 From: Michael Gates Date: Tue, 3 Dec 2019 13:08:45 -0500 Subject: [PATCH] Remove deployment --- .travis.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55b5dcf..56a34ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file + - yarn test \ No newline at end of file