gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Move releases deployment from internal Jenkins to Travis. #24

Closed arturdryomov closed 6 years ago

arturdryomov commented 6 years ago

After the merge I’ll do the following.

@artem-zinnatullin, anything else?

artem-zinnatullin commented 6 years ago

@ming13 it should work, the only caveat I have on mind is that current way of getting git tags in gradle scripts doesn't allow one commit to have multiple tags

That can be fixed by using TRAVIS_TAG as version instead of calling git

artem-zinnatullin commented 6 years ago

lgtm! Don't forget to add env variables on Travis

arturdryomov commented 6 years ago

Ready to roll. The next release should be deployed from Travis.