Skip to content

Commit 021b49c

Browse files
committed
Fix travis after_deploy
1 parent ea19f4d commit 021b49c

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
@@ -36,7 +36,7 @@ deploy:
3636
tags: true
3737
repo: Clarifai/clarifai-javascript
3838
- provider: npm
39-
email: jade@clarifai.com
39+
email: eng+npm@clarifai.com
4040
api_key: ${NPM_TOKEN}
4141
on:
4242
tags: true
@@ -49,4 +49,4 @@ deploy:
4949
on:
5050
tags: true
5151

52-
after_deploy: cd examples && npm i clarifai@latest && CLARIFAI_API_KEY=${API_KEY} node index
52+
after_deploy: cd examples && npm i clarifai@latest && CLARIFAI_API_KEY=${API_KEY} node index && cd ..

0 commit comments

Comments
 (0)