travis fix; added travis badge

This commit is contained in:
Felix Krause 2016-09-20 18:33:52 +02:00
parent ee302cf0dc
commit f4f1817180
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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