Skip to content

Commit

Permalink
Setup travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Nov 5, 2018
1 parent b72a4a4 commit 4b1cafb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: node_js
node_js:
- 9
- 8
- 'node'
cache:
directories:
- node_modules
script:
- yarn build
- yarn test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> React hook for accessing mapped state from a Redux store.
[![Build Status](https://travis-ci.com/ianobermiller/redux-react-hook.svg?branch=master)](https://travis-ci.com/ianobermiller/redux-react-hook)
[![NPM](https://img.shields.io/npm/v/redux-react-hook.svg)](https://www.npmjs.com/package/redux-react-hook)
[![Bundle Size](https://badgen.net/bundlephobia/minzip/redux-react-hook@latest)](https://bundlephobia.com/result?p=redux-react-hook@latest)

Expand Down

0 comments on commit 4b1cafb

Please sign in to comment.