Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit cef4f91

Browse files
authored
Appveyor master (#11)
* add npmignore for delivering only the needed source * add empty new line * appveyor: show build-status of master-branch * removed install for yarn
1 parent 7d09669 commit cef4f91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ environment:
55

66
install:
77
- ps: Install-Product node $env:nodejs_version
8-
- yarn install
8+
- yarn
99

1010
test_script:
1111
- node --version
12-
- npm --version
13-
- npm test
12+
- yarn --version
13+
- yarn test
1414

1515
cache:
1616
- node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/react-handler.svg)](https://badge.fury.io/js/react-handler)
44
[![Build Status](https://travis-ci.org/chrishelgert/react-handler.svg?branch=master)](https://travis-ci.org/chrishelgert/react-handler)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/c5qo9wa0n4uwakfj?svg=true)](https://ci.appveyor.com/project/chrishelgert/react-handler)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/c5qo9wa0n4uwakfj?svg=true)](https://ci.appveyor.com/project/chrishelgert/react-handler/branch/master)
66
[![codecov](https://codecov.io/gh/chrishelgert/react-handler/branch/master/graph/badge.svg)](https://codecov.io/gh/chrishelgert/react-handler)
77

88
> A react-component for handling typical react/redux-states (loading, error, ...)

0 commit comments

Comments
 (0)