Skip to content

Commit

Permalink
Fix for travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow committed Mar 18, 2017
1 parent 7dcf63d commit bac7833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: node_js
node_js: node
script: npm run build
before_deploy:
- sed -i "s/WebApiClient build version v0.0.0/WebApiClient build version $TRAVIS_TAG/g" package.json
- sed -i "s/v0.0.0/$TRAVIS_TAG/g" package.json
before_script:
- sed -i "s/WebApiClient build version v0.0.0/WebApiClient build version $TRAVIS_TAG/g" src/js/WebApiClient.Core.js
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit bac7833

Please sign in to comment.