kairos 0.1.0-beta-2

A library on top of chrono to calculate times and dates ergonomically
Documentation
sudo: false
os:
  - linux

dist:
  - trusty

language: rust

rust:
  - 1.16.0
  - 1.17.0
  - 1.18.0
  - 1.19.0
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo build --all --all-features --verbose -j 1
  - cargo test  --all --all-features --verbose -j 1

cache:
  cargo: true

notifications:
  email:
    on_success: never
  irc:
    channels:
      - chat.freenode.net#imag
    template:
      - "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}"