mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add some Appveyor customizations (#1985)
* Allow to test on Node.js v4 * Add appveyor.yml file * Update appveyor badge to master branch.
This commit is contained in:
parent
17cc77f00a
commit
bcb979fdf2
|
@ -1,6 +1,7 @@
|
||||||
# Test against the latest version of this Node.js version
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "6"
|
matrix:
|
||||||
|
- nodejs_version: "4"
|
||||||
|
- nodejs_version: "6"
|
||||||
|
|
||||||
# Install scripts. (runs after repo cloning)
|
# Install scripts. (runs after repo cloning)
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<img width="112" alt="screen shot 2016-10-25 at 2 37 27 pm" src="https://cloud.githubusercontent.com/assets/13041/19686250/971bf7f8-9ac0-11e6-975c-188defd82df1.png">
|
<img width="112" alt="screen shot 2016-10-25 at 2 37 27 pm" src="https://cloud.githubusercontent.com/assets/13041/19686250/971bf7f8-9ac0-11e6-975c-188defd82df1.png">
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/zeit/next.js.svg?branch=master)](https://travis-ci.org/zeit/next.js)
|
[![Build Status](https://travis-ci.org/zeit/next.js.svg?branch=master)](https://travis-ci.org/zeit/next.js)
|
||||||
|
[![Build status](https://ci.appveyor.com/api/projects/status/gqp5hs71l3ebtx1r/branch/master?svg=true)](https://ci.appveyor.com/project/arunoda/next-js/branch/master)
|
||||||
[![Coverage Status](https://coveralls.io/repos/zeit/next.js/badge.svg?branch=master)](https://coveralls.io/r/zeit/next.js?branch=master)
|
[![Coverage Status](https://coveralls.io/repos/zeit/next.js/badge.svg?branch=master)](https://coveralls.io/r/zeit/next.js?branch=master)
|
||||||
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)
|
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue