Added travis integration
This commit is contained in:
parent
59657e8ba8
commit
81987af8d7
@ -1,4 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.1] - 2018-07-03
|
||||
## [0.1.0] - 2018-07-03
|
||||
- First release
|
||||
|
@ -1,4 +1,4 @@
|
||||
# intervals [](https://opensource.org/licenses/MIT) [](https://godoc.org/github.com/centraldereservas/intervals)
|
||||
# intervals [](https://travis-ci.org/centraldereservas/intervals) [](https://opensource.org/licenses/MIT) [](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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user