Skip to content

Commit

Permalink
[Tests] on React v16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 6, 2019
1 parent ed58480 commit ba712ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ matrix:
include:
- node_js: "lts/*"
env: LINT=true
- node_js: "lts/*"
env: REACT=16.7 ADAPTER=16
- node_js: "lts/*"
env: REACT=16.6 ADAPTER=16
- node_js: "lts/*"
Expand Down Expand Up @@ -91,6 +93,7 @@ matrix:
- node_js: "8"
env: REACT=16.4
env:
- REACT=16.8
- REACT=16.7
- REACT=16.6
- REACT=16.5
Expand Down
1 change: 1 addition & 0 deletions env.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const adapterVersions = {
16.5: 16,
16.6: 16,
16.7: 16,
16.8: 16,
};
const reactVersion = version < 15 ? '0.' + version : version;
const adapterVersion = process.env.ADAPTER || adapterVersions[version] || version;
Expand Down

0 comments on commit ba712ac

Please sign in to comment.