Skip to content

Commit

Permalink
Get rid of single and double quotes (jennybc#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Jan 8, 2019
1 parent 4a570d8 commit e8e499a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- nvm install stable
- npm install netlify-cli -g
- export COMMIT_MSG=$(echo "$TRAVIS_COMMIT_MESSAGE" | head -n1)
- export COMMIT_MSG=${COMMIT_MSG//[\'\"]/}
- export DEPLOY_MSG="${TRAVIS_COMMIT:0:7} ${COMMIT_MSG:0:50}"

env:
Expand Down

0 comments on commit e8e499a

Please sign in to comment.