Skip to content

Commit 5c413cb

Browse files
committed
Updated travis banner
1 parent efe830f commit 5c413cb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gulp-postcss [![Build Status](https://api.travis-ci.org/w0rm/gulp-postcss.png)](https://travis-ci.org/w0rm/gulp-postcss)
1+
# gulp-postcss [![Build Status](https://api.travis-ci.org/postcss/gulp-postcss.png)](https://travis-ci.org/postcss/gulp-postcss)
22

33
[PostCSS](https://github.com/postcss/postcss) gulp plugin to pipe CSS through
44
several processors, but parse CSS only once.
@@ -70,8 +70,9 @@ return gulp.src('./src/*.css')
7070

7171
## Changelog
7272

73-
* 5.1.2
74-
* Transferred repo into postcss org on github
73+
* 5.1.3 Updated travis banner
74+
75+
* 5.1.2 Transferred repo into postcss org on github
7576

7677
* 5.1.1
7778
* Allow override of `to` option

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)