Skip to content

Commit

Permalink
Merge pull request #92 from sanger/enhancement/add-slack
Browse files Browse the repository at this point in the history
Enhancement/add slack
  • Loading branch information
pjvv authored Dec 3, 2019
2 parents ee7da0a + 9295178 commit cad9229
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ deploy:
provider: releases
api_key:
secure: ZliaLdfkU3OUFeMU3B3DlcIb7lLPSIYBjOHNbDmGE5NVxyof66H24mRq1aRqhH9OrVs1AY16nQ4E4ri9FT6JQPf0GzggNQ7b543YKMp7R8Omg7vZRiCxb1YG58EFRMf9vbATBNkvEHB+r2HhvV3F/rEpr4iuzvg9U+5it6gHp+Q=
notifications:
slack:
secure: WOTWRYxxesHC3dBKSOmN6PO4hXrspjUA6Pnd/Z1H0AKUZO+pWPZExt3crnD1SdEq1FbNF7TYevJaXRURb9flG3cirvpm/uM4pRB3nMgWSjA3SQrl9JJeVGybAPuUNrrNc4LqyvFz6g3m96OzaQAE9hkkUclsVud6aYQ00jArBEw=
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Unified Warehouse Builder
=========================
[![Build Status](https://travis-ci.org/radome/unified_warehouse.svg?branch=test_openstack)](https://travis-ci.org/radome/unified_warehouse)
# Unified Warehouse Builder

Description
-----------
[![Build Status](https://travis-ci.org/sanger/unified_warehouse.svg?branch=develop)](https://travis-ci.org/sanger/unified_warehouse)

This application is a denormalised warehouse for multiple LIMS.

Usage (Development)
----------------------
## Usage (Development)

1. Clone the git repository
2. Ensure ruby-2.5.1 is installed
3. Install the relevant gems through bundler:
`bundle install`
4. Ensure the test suite is running:
`bundle exec rspec`
1. Install the relevant ruby is installed - have a look in the `.ruby-version` file
1. Install bundler the version of bundler used to create the `Gemfile.lock`:

gem install bundler -v $(tail -1 Gemfile.lock)
1. Install the relevant gems using bundler:

bundle install
1. Ensure the test suite is running and passing:

bundle exec rspec

0 comments on commit cad9229

Please sign in to comment.