Skip to content

Commit 8cf2079

Browse files
committed
travis, badges
1 parent 4de9a75 commit 8cf2079

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "5"
3+
- "stable"
44
- "4"
55
- "0.12"
6-
- "0.11"
7-
- "iojs"

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# postcss-custom-url
2-
Transform `url()` in css
3-
4-
[![npm](https://nodei.co/npm/postcss-custom-url.png?downloads=true)](https://www.npmjs.org/package/postcss-custom-url)
5-
62
[![version](https://img.shields.io/npm/v/postcss-custom-url.svg)](https://www.npmjs.org/package/postcss-custom-url)
73
[![status](https://travis-ci.org/zoubin/postcss-custom-url.svg?branch=master)](https://travis-ci.org/zoubin/postcss-custom-url)
84
[![coverage](https://img.shields.io/coveralls/zoubin/postcss-custom-url.svg)](https://coveralls.io/github/zoubin/postcss-custom-url)
95
[![dependencies](https://david-dm.org/zoubin/postcss-custom-url.svg)](https://david-dm.org/zoubin/postcss-custom-url)
106
[![devDependencies](https://david-dm.org/zoubin/postcss-custom-url/dev-status.svg)](https://david-dm.org/zoubin/postcss-custom-url#info=devDependencies)
117

8+
Transform `url()` in css.
9+
1210
## Usage
1311

1412
```javascript

0 commit comments

Comments
 (0)