From 907bfd5a0470100e61bc2ed160d717fb871b9277 Mon Sep 17 00:00:00 2001 From: Jacek Date: Sun, 19 Nov 2017 20:28:50 +0000 Subject: [PATCH] Updated download info in readme. Added slack notifications from Travis. --- .travis.yml | 3 +++ README.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fca880..ae08343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,3 +52,6 @@ deploy: key: $BINTRAY_API_KEY dry-run: false on: 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