From d5ec772e8a3936432d9fa8db0c30ffcb168690c7 Mon Sep 17 00:00:00 2001 From: BafS Date: Tue, 16 Apr 2019 22:45:37 +0200 Subject: [PATCH] Add travis --- .travis.yml | 7 +++++++ README.md | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..280eade --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js + +node_js: + - 10 + +install: + - npm i -g sass-lint diff --git a/README.md b/README.md index 704483a..e0fa965 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ > Modern framework to print web pages correctly [![npm (scoped)](https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square)](https://www.npmjs.com/package/gutenberg-css) -[![npm](https://img.shields.io/npm/l/gutenberg-css.svg?style=flat-square)]() -[![npm](https://img.shields.io/npm/dm/gutenberg-css.svg?style=flat-square)]() +[![Build Status](https://travis-ci.org/BafS/Gutenberg.svg?branch=master)](https://travis-ci.org/BafS/Gutenberg) [![Maintainability](https://api.codeclimate.com/v1/badges/cd58cc2133d461631f7f/maintainability)](https://codeclimate.com/github/BafS/Gutenberg/maintainability) -[![Beerpay](https://beerpay.io/BafS/Gutenberg/badge.svg)](https://beerpay.io/BafS/Gutenberg) +[![license](https://img.shields.io/npm/l/gutenberg-css.svg?style=flat-square)]() +[![download](https://img.shields.io/npm/dm/gutenberg-css.svg?style=flat-square)]() # How to use