mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove AppVeyor artefacts (#5398)
This commit is contained in:
parent
c178481611
commit
8ac4561745
24
appveyor.yml
24
appveyor.yml
|
@ -1,24 +0,0 @@
|
|||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
# Install Google Chrome for e2e testing
|
||||
- choco install --ignore-checksums googlechrome
|
||||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
# install modules
|
||||
- npm install
|
||||
- npm run bootstrap
|
||||
|
||||
# Post-install test scripts.
|
||||
test_script:
|
||||
# Output useful info for debugging.
|
||||
- node --version
|
||||
- npm --version
|
||||
# run tests
|
||||
- npm test
|
||||
|
||||
# Don't actually build.
|
||||
build: off
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
[![NPM version](https://img.shields.io/npm/v/next.svg)](https://www.npmjs.com/package/next)
|
||||
[![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/g2e75cnkv0k925bc?svg=true)](https://ci.appveyor.com/project/zeit/next-js)
|
||||
[![Coverage Status](https://coveralls.io/repos/zeit/next.js/badge.svg?branch=master)](https://coveralls.io/r/zeit/next.js?branch=master)
|
||||
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/next-js)
|
||||
|
||||
|
|
Loading…
Reference in a new issue