Skip to content

Commit 7e1d457

Browse files
committed
Travis fix
1 parent a54cf01 commit 7e1d457

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ node_js:
44
- "6"
55
dist: trusty
66
before_install:
7+
- bash scripts/tarball.sh
78
- pip install --user codecov #Install codecov
89
install:
910
- bash scripts/install.sh
1011
after_success:
12+
- bash scripts/pkg.sh
1113
- npm run report-coverage #Run codecov
1214
deploy:
1315
provider: releases

0 commit comments

Comments
 (0)