Skip to content

Commit

Permalink
Override version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Mar 13, 2019
1 parent dfbcf35 commit 27e7c55
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 @@ -13,7 +13,7 @@ before_deploy:
- version=`git describe --abbrev=0 --tags` &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ lib/mailosaur.rb &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ lib/Mailosaur/version.rb &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ mailosaur.gemspec
sed -i s/=\ \'\[0-9]\.\[0-9]\.\[0-9]/=\ \'$version/ mailosaur.gemspec
after_deploy:
- git checkout master &&
git commit -am "New version released" &&
Expand Down

0 comments on commit 27e7c55

Please sign in to comment.