Skip to content

Commit e8c09ab

Browse files
committedJun 6, 2015
appveyor
1 parent 3c08a69 commit e8c09ab

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archiver v0.15.0-1 [![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver)
1+
# Archiver v0.15.0-1 [![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master)
22

33
a streaming interface for archive generation
44

‎appveyor.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
init:
2+
- git config --global core.autocrlf input
3+
environment:
4+
matrix:
5+
- nodejs_version: '1' # iojs
6+
- nodejs_version: '0.12'
7+
- nodejs_version: '0.10'
8+
install:
9+
- ps: Install-Product node $env:nodejs_version
10+
- set CI=true
11+
- npm -g install npm@latest
12+
- set PATH=%APPDATA%\npm;%PATH%
13+
- npm install
14+
matrix:
15+
fast_finish: true
16+
build: off
17+
version: '{build}'
18+
shallow_clone: true
19+
clone_depth: 1
20+
test_script:
21+
- node --version
22+
- npm --version
23+
- npm test

0 commit comments

Comments
 (0)