Skip to content

Commit

Permalink
Add: appveyor ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed May 6, 2015
1 parent 254f9cd commit 81e49f2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
generator css and scss templates for images

[![Build Status](https://travis-ci.org/lexich/css-image.svg)](https://travis-ci.org/lexich/css-image)
[![Build status](https://ci.appveyor.com/api/projects/status/yiacc2l573m5hkm4?svg=true)](https://ci.appveyor.com/project/lexich/css-image)
[![NPM version](https://badge.fury.io/js/css-image.svg)](http://badge.fury.io/js/css-image)
[![Coverage Status](https://coveralls.io/repos/lexich/css-image/badge.png?branch=master)](https://coveralls.io/r/lexich/css-image?branch=master)

Expand Down
25 changes: 25 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
init:
- git config --global core.autocrlf true

environment:
nodejs_version: "0.10"
nodejs_version: "0.12"
nodejs_version: "1.0"

platform:
- x86
- x64

install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH
- npm install

test_script:
- node --version
- npm --version
- npm test

build: off

0 comments on commit 81e49f2

Please sign in to comment.