diff --git a/.travis.yml b/.travis.yml index bd61407..0347dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: before_script: - export PATH="nim-$BRANCH/bin${PATH:+:$PATH}" script: - - nim test --verbosity:0 + - nim tests --verbosity:0 - nim yamlTestSuite --verbosity:0 cache: directories: diff --git a/README.md b/README.md index 8dd7da3..4d5ba7a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NimYAML - YAML implementation for Nim +[![Build Status](https://travis-ci.org/flyx/NimYAML.svg?branch=devel)](https://travis-ci.org/flyx/NimYAML) + NimYAML is a pure Nim YAML implementation without any dependencies other than Nim's standard library. It enables you to serialize Nim objects to a YAML stream and back. It also provides a low-level event-based API, and a document object