Skip to content

Commit

Permalink
run CI on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 19, 2016
1 parent 0008b1d commit 9de8601
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: rust
rust: stable
script:
- cargo test --verbose
notifications:
email:
on_success: never
on_failure: change
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
tinyjson
========
[![Build Status](https://travis-ci.org/rhysd/tinyjson.svg?branch=master)](https://travis-ci.org/rhysd/tinyjson)

[tinyjson](https://github.com/rhysd/tinyjson) is a library to parse/generate JSON format document.
[tinyjson](https://crates.io/crates/tinyjson) is a library to parse/generate JSON format document.

Goals:

Expand Down Expand Up @@ -159,6 +160,10 @@ println!("{}", str);
- [x] Index access to `JsonValue` (array, object)
- [x] Tests

## Repository

https://github.com/rhysd/tinyjson

## License

[the MIT License](LICENSE.txt)

0 comments on commit 9de8601

Please sign in to comment.