Adds Travis build

pull/10/head
Tpt 6 years ago
parent 3ea6cbfe62
commit 1dd7f43cc1
  1. 10
      .travis.yml
  2. 3
      Cargo.toml
  3. 2
      README.md

@ -0,0 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo

@ -11,6 +11,9 @@ An RDF library in Rust
"""
build = "build.rs"
[badges]
travis-ci = { repository = "Tpt/rudf" }
[dependencies]
lazy_static = "^1.0"

@ -4,6 +4,8 @@ This library is a work in progress of a [RDF](https://www.w3.org/RDF/) stack imp
Its goal is to provide a compliant, safe and fast implementation of W3C specifications in Rust.
[![Build Status](https://travis-ci.org/Tpt/rudf.svg?branch=master)](https://travis-ci.org/Tpt/rudf)
# License

Loading…
Cancel
Save