Remove build and release from travis

This commit is contained in:
Josh Johnson 2019-02-19 09:00:09 +00:00
parent c424ae2f3b
commit efaf8f8aae

View file

@ -16,25 +16,4 @@ jobs:
script: npm run lint
- stage: Running tests
script: npm run test
- stage: Publishing to NPM
if: branch = master
script: echo "Publishing to NPM..."
deploy:
provider: npm
email: $NPM_EMAIL_ADDRESS
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
- stage: Publishing to GitHub releases
if: branch = master
script: echo "Publishing to Github releases..."
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
skip_cleanup: true
on:
tags: true
script: npm run test