Skip to content

Commit a0896e9

Browse files
committed
added travis and badges
1 parent 278802d commit a0896e9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: rust
2+
rust:
3+
- 1.35.0
4+
- stable
5+
- beta
6+
- nightly
7+
matrix:
8+
allow_failures:
9+
- rust: nightly
10+
fast_finish: true
11+
cache: cargo
12+
script:
13+
- cargo build --verbose --all
14+
- cargo test --verbose --all
15+

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# cstea
2+
3+
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
[![Build Status](https://travis-ci.com/slaterb1/cstea.svg?branch=master)](https://travis-ci.com/slaterb1/cstea)
6+
[![Crates.io Version](https://img.shields.io/crates/v/cstea.svg)](https://crates.io/crates/cstea)
7+
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.35.0+-lightgray.svg)](#rust-version-requirements)
8+
29
This is a generic csv file Fill and Pour Ingredient crate for use with the `rettle` ETL.
310

411
## Data Structures

0 commit comments

Comments
 (0)