Skip to content

Commit 793414b

Browse files
committed
test: update node versions, coverage badge
1 parent 1ec3acf commit 793414b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ language: node_js
22
before_script:
33
- git submodule update --init
44
node_js:
5-
- "0.10"
65
- "0.12"
6+
- "4"
7+
- "5"
8+
- "6"
9+
- "7"
710
after_script:
811
- coveralls < coverage/lcov.info

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Internationalised error messages for [Ajv](https://github.com/epoberezkin/ajv) -
33

44
[![Build Status](https://travis-ci.org/epoberezkin/ajv-i18n.svg?branch=master)](https://travis-ci.org/epoberezkin/ajv-i18n)
55
[![npm version](https://badge.fury.io/js/ajv-i18n.svg)](http://badge.fury.io/js/ajv-i18n)
6+
[![Coverage Status](https://coveralls.io/repos/github/epoberezkin/ajv-i18n/badge.svg?branch=master)](https://coveralls.io/github/epoberezkin/ajv-i18n?branch=master)
67

78

89
## Supported locales

0 commit comments

Comments
 (0)