Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Sep 11, 2019
1 parent 9074c56 commit bfded83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- '12'

before_deploy:
- sed -i '' "s/\"version\":.*/\"version\":\"${TRAVIS_TAG}\",/g" package.json
- sed -i "s/\"version\":.*/\"version\":\"${TRAVIS_TAG}\",/g" package.json

deploy:
provider: npm
Expand Down

0 comments on commit bfded83

Please sign in to comment.