From 81987af8d7d24fafbbe18755b1613af956c79e09 Mon Sep 17 00:00:00 2001 From: Daniel Gil Date: Tue, 3 Jul 2018 11:37:29 +0200 Subject: [PATCH] Added travis integration --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcf812..82ae7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # Changelog -## [0.0.1] - 2018-07-03 +## [0.1.0] - 2018-07-03 - First release diff --git a/README.md b/README.md index 32e0633..e58736a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# intervals [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/centraldereservas/intervals?status.svg)](https://godoc.org/github.com/centraldereservas/intervals) +# intervals [![Build Status](https://travis-ci.org/centraldereservas/intervals.svg?branch=master)](https://travis-ci.org/centraldereservas/intervals) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/centraldereservas/intervals?status.svg)](https://godoc.org/github.com/centraldereservas/intervals) Provides a helper to work with integer intervals detecting gaps, merged and overlapped sections. @@ -12,7 +12,7 @@ go get github.com/centraldereservas/intervals Why we need to have control over a list of intervals? -Because provider API's have product prices depending on the age, so they assign a price amount to different age bands. +Because the API providers have their product prices depending on the age, so they assign a price amount to different age bands. As a result we have a bunch of age bands (with its corresponding price) which can have: