Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit 6753287

Browse files
author
Charlike Mike Reagent
committed
fix(release): add new-release to publish on CI - 2
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 6bf8eeb commit 6753287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ os: linux
1818
before_install:
1919
- curl -o- -L https://yarnpkg.com/install.sh | bash
2020
- export PATH=$HOME/.yarn/bin:$PATH
21-
- export CIRCLECI=true
22-
- yarn global add npx new-release
21+
- export CIRCLECI="true"
22+
- yarn global add npx
2323

2424
install: npx -p node@8 yarn install
2525

0 commit comments

Comments
 (0)