Skip to content

Commit bef1170

Browse files
author
Davide Briani
committed
ci(Travis): Test build on Node 8 and 9
1 parent 2713508 commit bef1170

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ notifications:
77
node_js:
88
- '9'
99
- '8'
10-
- '6'
1110
script:
1211
- npm run test:coverage
1312
- npm run build

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# react-online
22

3-
[![Build passing](https://img.shields.io/travis/TheWorm/react-online.svg)](https://travis-ci.org/TheWorm/react-online)
3+
[![Build passing](https://img.shields.io/travis/TheWorm/react-online.svg?label=Travis+CI)](https://travis-ci.org/TheWorm/react-online)
44
[![Code coverage](https://img.shields.io/codecov/c/github/theworm/react-online.svg)](https://codecov.io/github/theworm/react-online)
5-
[![Release version](https://img.shields.io/github/release/theworm/react-online.svg)](https://www.npmjs.com/package/react-online)
5+
[![NPM package](https://img.shields.io/npm/v/react-online.svg)](https://www.npmjs.com/package/isomorphic-is-online)
6+
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
7+
[![Last commit](https://img.shields.io/github/last-commit/theworm/react-online.svg)](https://github.com/TheWorm/react-online)
8+
[![License](https://img.shields.io/github/license/theworm/react-online.svg)](https://github.com/TheWorm/react-online/blob/master/LICENSE)
69

710
A react component to declaratively check connection status. Uses [isomorphic-is-online](https://github.com/TheWorm/isomorphic-is-online) to work on Web, React Native and Node.
811

src/utils.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/* @flow */
2-
type CancelablePromise = {|
3-
promise: Promise<any>,
4-
cancel: () => void
5-
|};
62

73
export default {
84
get environment() {

0 commit comments

Comments
 (0)