diff --git a/README.md b/README.md index 0f688a8..2ec2948 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ # sass-extract -[![Build Status](https://travis-ci.org/jgranstrom/sass-extract.svg?branch=master&style=flat)](https://travis-ci.org/jgranstrom/sass-extract) -[![Build status](https://ci.appveyor.com/api/projects/status/ne21r9yv64of2iah?svg=true)](https://ci.appveyor.com/project/jgranstrom/sass-extract) +![CI status](https://github.com/jgranstrom/sass-extract/workflows/CI/badge.svg) [![npm version](https://badge.fury.io/js/sass-extract.svg)](http://badge.fury.io/js/sass-extract) -[![dependencies Status](https://david-dm.org/jgranstrom/sass-extract/status.svg)](https://david-dm.org/jgranstrom/sass-extract) -[![devDependencies Status](https://david-dm.org/jgranstrom/sass-extract/dev-status.svg)](https://david-dm.org/jgranstrom/sass-extract?type=dev) -[![peerDependencies Status](https://david-dm.org/jgranstrom/sass-extract/peer-status.svg)](https://david-dm.org/jgranstrom/sass-extract?type=peer) -[![Gitter](https://badges.gitter.im/jgranstrom/sass-extract.svg)](https://gitter.im/jgranstrom/sass-extract?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Extract structured variables from your sass files with no effort. Have all your style variables defined in style files, while being able to use them in javascript for things that cannot be styled with css such as complex visualisations or other dynamic content. diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d06a481..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,28 +0,0 @@ -environment: - matrix: - - nodejs_version: "6" - sass_version: "3.8.0" - - nodejs_version: "6" - sass_version: "3" - - nodejs_version: "6" - sass_version: "4" - - - nodejs_version: "4" - sass_version: "3.8.0" - - nodejs_version: "4" - sass_version: "3" - - nodejs_version: "4" - sass_version: "4" - -install: - - ps: Install-Product node $env:nodejs_version - - ps: npm install -g --loglevel=error node-gyp - - ps: npm install --loglevel=error node-sass@$env:sass_version - - appveyor-retry npm install --loglevel=error - -test_script: - - node --version - - npm --version - - npm test - -build: off \ No newline at end of file