diff --git a/.travis.yml b/.travis.yml index befa7e5..4bb79d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,3 +56,6 @@ deploy: on: repository: utPLSQL/utPLSQL-cli branch: develop + +notifications: + slack: $SLACK_API_TOKEN diff --git a/README.md b/README.md index 973b531..88d2318 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Provides an easy way of invoking utPLSQL from command-line. Main features: * Maps project and test files to database objects for reporting purposes. (Comming Soon) ## Downloading -You can download development versions on [Bintray](https://bintray.com/viniciusam/utPLSQL-cli/utPLSQL-cli-develop#files). + +Published releases are available for download on the [utPLSQL-cli GitHub Releases Page.](https://github.com/utPLSQL/utPLSQL-cli/releases) + +You can also download all development versions from [Bintray](https://bintray.com/viniciusam/utPLSQL-cli/utPLSQL-cli-develop#files). ## Requirements