Added git reset hard

This commit is contained in:
Andrew Cherytsya
2017-03-30 16:26:28 +03:00
parent bce672735b
commit 78b6db8620

View File

@@ -20,6 +20,7 @@ after_success:
- zip -r andrew-test-boot-${TRAVIS_TAG}.zip *
- tar -zcvf andrew-test-boot-${TRAVIS_TAG}.tar.gz *
- cd ..
- git reset --hard
- npm version ${TRAVIS_TAG}
deploy:
- provider: releases