mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 20:44:46 +00:00
travis fix; added travis badge
This commit is contained in:
parent
ee302cf0dc
commit
f4f1817180
@ -37,7 +37,7 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
- export PATH="nim-$BRANCH/bin${PATH:+:$PATH}"
|
- export PATH="nim-$BRANCH/bin${PATH:+:$PATH}"
|
||||||
script:
|
script:
|
||||||
- nim test --verbosity:0
|
- nim tests --verbosity:0
|
||||||
- nim yamlTestSuite --verbosity:0
|
- nim yamlTestSuite --verbosity:0
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# NimYAML - YAML implementation for Nim
|
# 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
|
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
|
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
|
and back. It also provides a low-level event-based API, and a document object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user