Skip to content

Commit aafa02a

Browse files
committed
Merge branch 'master' into dev
2 parents 613b2ee + 87a90af commit aafa02a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- stable
5+
- "0.12"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PostHTML CSS Inliner
22
[![npm version](https://badge.fury.io/js/posthtml-inline-css.svg)](http://badge.fury.io/js/posthtml-inline-css)
3+
[![Build Status](https://travis-ci.org/maltsev/posthtml-inline-css.svg?branch=master)](https://travis-ci.org/maltsev/posthtml-inline-css)
34

45
[PostHTML](https://github.com/posthtml/posthtml) plugin for inlining CSS to style attrs
56

0 commit comments

Comments
 (0)