Skip to content

Commit d5ec772

Browse files
committed
Add travis
1 parent ee2bab7 commit d5ec772

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
3+
node_js:
4+
- 10
5+
6+
install:
7+
- npm i -g sass-lint

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
> Modern framework to print web pages correctly
66
77
[![npm (scoped)](https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square)](https://www.npmjs.com/package/gutenberg-css)
8-
[![npm](https://img.shields.io/npm/l/gutenberg-css.svg?style=flat-square)]()
9-
[![npm](https://img.shields.io/npm/dm/gutenberg-css.svg?style=flat-square)]()
8+
[![Build Status](https://travis-ci.org/BafS/Gutenberg.svg?branch=master)](https://travis-ci.org/BafS/Gutenberg)
109
[![Maintainability](https://api.codeclimate.com/v1/badges/cd58cc2133d461631f7f/maintainability)](https://codeclimate.com/github/BafS/Gutenberg/maintainability)
11-
[![Beerpay](https://beerpay.io/BafS/Gutenberg/badge.svg)](https://beerpay.io/BafS/Gutenberg)
10+
[![license](https://img.shields.io/npm/l/gutenberg-css.svg?style=flat-square)]()
11+
[![download](https://img.shields.io/npm/dm/gutenberg-css.svg?style=flat-square)]()
1212

1313
# How to use
1414

0 commit comments

Comments
 (0)