linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Build non-snapshot artifacts in Travis #265

Closed evanw555 closed 4 years ago

evanw555 commented 4 years ago

Iterative fix for the Travis release automation. The Bintray upload failed because the build step was building snapshot artifacts, whereas the upload task was looking for release artifats. This should correct that.