Skip to content

Commit

Permalink
remove no longer needed script lines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Mar 15, 2017
1 parent a4a436c commit ce47bbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ script:

# Deploy on after_success, which saves us from writing a separate bash script for deployment
after_success:
# Clear out box.json development settings
- box package clear devDependencies
- box package clear installPaths
# Evaluate our version for the release
- if [ $TRAVIS_BRANCH != 'master' ]; then VERSION_APPENDIX='-snapshot'; fi
- MODULE_VERSION="$(cat box.json | jq -r '.version')$VERSION_APPENDIX"
Expand Down

0 comments on commit ce47bbc

Please sign in to comment.