Skip to content

Commit

Permalink
Merge pull request #2 from colorbox/update_travis_for_release
Browse files Browse the repository at this point in the history
Update travis for release
  • Loading branch information
colorbox authored Dec 3, 2019
2 parents 6e7e0a6 + 55776bc commit 3a6a7fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ rvm:
jobs:
allow_failures:
- rvm: ruby-head

deploy:
provider: rubygems
api_key:
secure: gjRDcYMJGjRIj63H5ozEShI6rWp4QEA2fCo93Z+6QRs7HSCizMg1qGh3oZOL7A2ifKBcPs1LJ23+xy8FzKJPFPMPTB3DLxx0ZeiVdkCOkVUtckO2X+YzJiR61hdIrdklzmKe88bev9bgl8BDIjjh/87ZmueBXzcYgnBIm5/AOyatGHnnNi7AflPRZvnPFNLIxUjaBtrZcNYORd8wPgwutZL84P3rmzXBNv/EAz6I3SFjAY/u1AX0VhF8WLYLNZ8GCqaGqWlW0P+YadeMA+KPbu1WgnxJ47T9LXYipQ154i8EnfTus6ywSXwBPdtK0AFSNrvNJEYnn0UVUwS8qZIQk1TbZroMkNNiHvWXWPsekbOqpeGzAYcTsUYfQV/Orme/bIf3Xn5EZ50ISF2h4+EA3VRJze/733Nm+51Z5liDHNVhGXyREGyavBHYRQT39yBAq7OmfAM2tNH1OxezWVYrehxH00IoazQgNlVOBaW2RQ+CT0fQL9zoqhVMeFc+OP6Q9oianI9H6mpe9gg6ugWAQb1ycG5L+L/Qo2/+4IMF/7ol5xyc+hmGsuzSNT9fFh0A8QlsM1MUw6KuplkHLvEYdibL2ajt9cqTEo3Lw7OZ3URD0yPXk8mMutNK+3fW6MO73vWJQRGGNCLbbC4SPAQzo+TgpOiWv4sV8JmlJVJkwok=
gem: faker-buront
on:
tags: true
repo: colorbox/faker-buront
2 changes: 1 addition & 1 deletion lib/faker/buront/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faker
module Buront
VERSION = "0.9.9"
VERSION = "1.0.0"
end
end

0 comments on commit 3a6a7fc

Please sign in to comment.