Skip to content

Commit 2df552c

Browse files
committed
fix(travis): wrong deploy script
1 parent 8022e1a commit 2df552c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ script:
1717
- yarn run eslint
1818
- yarn run test
1919
- yarn run pkg
20+
- ./tasks/zip.sh
2021

2122
after_success:
2223
- ./node_modules/.bin/codecov
@@ -29,9 +30,6 @@ after_success:
2930
./tasks/deploy-prod.sh
3031
fi
3132
32-
before_deploy:
33-
- ./tasks/zip.sh
34-
3533
deploy:
3634
- provider: releases
3735
api_key:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## [HEAD]
44
> Unreleased
55
6+
## [v1.2.4]
7+
> Aug 12, 2017
8+
9+
* fix(travis): wrong deploy script
10+
611
## [v1.2.3]
712
> Aug 12, 2017
813

0 commit comments

Comments
 (0)