Skip to content

Commit 834ff49

Browse files
committed
bump deps, add coveralls
1 parent f2eaaa9 commit 834ff49

File tree

5 files changed

+2276
-11
lines changed

5 files changed

+2276
-11
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ branches:
44
except:
55
- gh-pages
66
node_js:
7+
- '8'
8+
- '7'
9+
- '6'
710
- '5'
8-
- '5.1'
911
- '4'
10-
- '4.2'
11-
- '4.1'
12-
- '4.0'
1312
- '0.12'
1413
- '0.11'
1514
- '0.10'
1615
- 'iojs'
17-
before_script:
18-
- npm install grunt-cli -g
16+
after_success:
17+
- npm run coveralls

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="0.1.4"></a>
2+
### 0.1.4 (2017-08-15)
3+
4+
* bump deps
5+
16

27
<a name="0.1.3"></a>
38
### 0.1.3 (2016-10-22)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Detect if a string is a data URL
22

33
[![Build Status](https://travis-ci.org/killmenot/valid-data-url.svg?branch=master)](https://travis-ci.org/killmenot/valid-data-url)
4+
[![Coverage Status](https://coveralls.io/repos/github/killmenot/valid-data-url/badge.svg?branch=master)](https://coveralls.io/github/killmenot/valid-data-url?branch=master)
45
[![Dependency Status](https://gemnasium.com/badges/github.com/killmenot/valid-data-url.svg)](https://gemnasium.com/github.com/killmenot/valid-data-url)
56
[![npm version](https://badge.fury.io/js/valid-data-url.svg)](https://badge.fury.io/js/valid-data-url)
67

0 commit comments

Comments
 (0)