Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit b96b122

Browse files
committed
fix(travis): install apm on release job
1 parent 10a7098 commit b96b122

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
script: npm i && npm run lint
2424

2525
- stage: release 🎉
26-
script: npm i && npm run semantic-release
26+
script:
27+
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
28+
- chmod u+x build-package.sh
29+
- ./build-package.sh
30+
- npm i && npm run semantic-release
2731

2832
notifications:
2933
email:

0 commit comments

Comments
 (0)