Skip to content

Commit 8b073c8

Browse files
committed
update travis ci node versions, update readme with react version reqs
1 parent 5039916 commit 8b073c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "7.0"
5-
- "6.0"
6-
- "5.0"
7-
- "4.0"
4+
- "10.0"
5+
- "8.0"
86

97
branches:
108
only:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,12 @@ render(
119119
);
120120
```
121121

122+
## Notes on Requirements
123+
At least `[email protected]` is required due to `forwardRef` usage in [react-async-script](https://github.com/dozoisch/react-async-script).
124+
122125
## Notes
123126

124-
Pre `1.0.0` and `React < 15.5.*` support details in [0.14.0](https://github.com/dozoisch/react-google-recaptcha/tree/v0.14.0).
127+
Pre `1.0.0` and `React < 16.4.1` support details in [0.14.0](https://github.com/dozoisch/react-google-recaptcha/tree/v0.14.0).
125128

126129
[travis.img]: https://travis-ci.org/dozoisch/react-google-recaptcha.svg?branch=master
127130
[travis.url]: https://travis-ci.org/dozoisch/react-google-recaptcha

0 commit comments

Comments
 (0)