Skip to content

Commit

Permalink
Docs, node8 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Seel committed Jun 23, 2017
1 parent 15998a7 commit d8b27f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
cache:
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ Other tasks:
- `yarn styleguide:build` // to produce standalone styleguide build


TODO:
* add `jest-styled-components` as soon as it supports styled-components v2




Steps i made
* `create-react-app cra-basis-setup`
* `yarn add styled-components`
* `yarn add styled-components jest-styled-components`
* `yarn add --dev react-styleguidist react-test-renderer webpack flow-bin`
* `yarn flow -- init`

0 comments on commit d8b27f1

Please sign in to comment.