Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdy Dara committed Dec 10, 2015
1 parent f6a2ed8 commit d5844fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,10 @@ notifications:

language: node_js
node_js:
- "0.10"
- "0.11"
- v5
- v4
- '0.12'
- '0.10'

after_script:
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# gulp-css-base64

[![Build Status](http://img.shields.io/codeship/5edc4bd0-4415-0132-2f0b-3648ef4337a9.svg?style=flat)](https://www.codeship.io/projects/44783)
[![Build Status](http://img.shields.io/travis/zckrs/gulp-css-base64.svg?style=flat)](https://travis-ci.org/zckrs/gulp-css-base64)
[![Coverage Status](http://img.shields.io/coveralls/zckrs/gulp-css-base64.svg?style=flat)](https://coveralls.io/r/zckrs/gulp-css-base64?branch=master)
[![Dependencies](http://img.shields.io/david/zckrs/gulp-css-base64.svg?style=flat)](https://david-dm.org/zckrs/gulp-css-base64) [![NPM Version](http://img.shields.io/npm/v/gulp-css-base64.svg?style=flat)](https://www.npmjs.org/package/gulp-css-base64) [![Download Month](http://img.shields.io/npm/dm/gulp-css-base64.svg?style=flat)](https://www.npmjs.org/package/gulp-css-base64)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/zckrs/gulp-css-base64?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down

0 comments on commit d5844fe

Please sign in to comment.