diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 133c4af..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: scala -scala: -- 2.11.8 -jdk: -- openjdk8 -cache: - directories: - - $HOME/.sbt/0.13/dependency - - $HOME/.sbt/boot/scala* - - $HOME/.sbt/launchers - - $HOME/.ivy2/cache -before_cache: - - du -h -d 1 $HOME/.ivy2/cache - - du -h -d 2 $HOME/.sbt/ - - find $HOME/.sbt -name "*.lock" -type f -delete - - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete diff --git a/README.md b/README.md index 059e887..f838898 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Releaser -[![Build Status](https://travis-ci.org/hmrc/releaser.svg?branch=master)](https://travis-ci.org/hmrc/releaser) [ ![Download](https://api.bintray.com/packages/hmrc/releases/releaser/images/download.svg) ](https://bintray.com/hmrc/releases/releaser/_latestVersion) + Releases artefacts from release candidates with one command. For use as part of a continuous delivery pipeline in which users can create a release from a development commit and create a tag in Github with one command. This automates numerous manual steps required to release an artefact with the existing [release](https://github.com/hmrc/release) scripts.