Skip to content

Commit 86b6ebd

Browse files
committed
Add basic travis tests
1 parent 776c8aa commit 86b6ebd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- 9
4+
- 8
5+
script:
6+
- yarn lint
7+
- yarn flow
8+
- yarn docs

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Stream React Native Activity Feed Components
22

3+
[![NPM](https://img.shields.io/npm/v/react-native-activity-feed.svg)](https://www.npmjs.com/package/react-native-activity-feed)
4+
[![Build Status](https://travis-ci.org/GetStream/react-native-activity-feed.svg?branch=master)](https://travis-ci.org/GetStream/react-native-activity-feed)
5+
36
![react native activity feed](./src/images/githubhero.png)
47

58
The official React Native integration library for Stream, a web service for building scalable newsfeeds and activity streams.

0 commit comments

Comments
 (0)