Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Aug 9, 2019
1 parent be4b55b commit 87e95ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ node_js:
- "5.0.0"
before_install: npm install -g grunt-cli

before_deploy:
# Set up git user name and tag this commit
- git tag -a 2.3.0
- git remote rm origin
- git remote add origin 'git@github.com:Alfresco/alfresco-ng2-components.git'
- git push origin --tags

deploy:
provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "README.md"
skip_cleanup: true
draft: true


install: npm install
sudo: false
after_success:
Expand Down

0 comments on commit 87e95ea

Please sign in to comment.