Skip to content

Commit

Permalink
Fix failing tests on Travis.
Browse files Browse the repository at this point in the history
Looks like Jest 5.x only supports iojs (and >= node 4), and Jest 4.x only
supports node <= 12.x

Not ideal, but have chosen to just tests with Jest 5 and current stable node.
  • Loading branch information
twisty committed Sep 25, 2015
1 parent 0191a3d commit 5bb521d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "stable"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# formsy-react-components

[![Dependencies](https://david-dm.org/twisty/formsy-react-components/gh-pages.svg)](https://david-dm.org/twisty/formsy-react-components)
[![Build Status](https://travis-ci.org/twisty/formsy-react-components.svg?branch=master)](https://github.com/twisty/formsy-react-components/issues/16)
![Build Status](https://travis-ci.org/twisty/formsy-react-components.svg?branch=master)

This package provides a selection of components that render form elements for use within a [formsy-react](https://github.com/christianalfoni/formsy-react) form.

Expand Down

0 comments on commit 5bb521d

Please sign in to comment.