Skip to content

Commit

Permalink
[Tests] ensure React 16.4-16.6 also are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 27, 2019
1 parent 628a8e4 commit def0737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ matrix:
include:
- node_js: "lts/*"
env: LINT=true
- node_js: "lts/*"
env: REACT=16.6 ADAPTER=16
- node_js: "lts/*"
env: REACT=16.5 ADAPTER=16
- node_js: "lts/*"
env: REACT=16.4 ADAPTER=16
- node_js: "lts/*"
env: REACT=16.3 ADAPTER=16
- node_js: "6"
Expand Down

0 comments on commit def0737

Please sign in to comment.