Skip to content

Commit

Permalink
Fix travis after_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Sep 1, 2017
1 parent ea19f4d commit 021b49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deploy:
tags: true
repo: Clarifai/clarifai-javascript
- provider: npm
email: jade@clarifai.com
email: eng+npm@clarifai.com
api_key: ${NPM_TOKEN}
on:
tags: true
Expand All @@ -49,4 +49,4 @@ deploy:
on:
tags: true

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

0 comments on commit 021b49c

Please sign in to comment.