Skip to content

Commit

Permalink
[Tests] on react v16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 24, 2018
1 parent 4bf384d commit 9c4dc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ matrix:
- node_js: "8"
env: REACT=16.4
env:
- REACT=16.6
- REACT=16.5
- REACT=16.4
- REACT=16.3
Expand Down
1 change: 1 addition & 0 deletions env.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const adapterVersions = {
'16.0': 16.1,
16.4: 16,
16.5: 16,
16.6: 16,
};
const adapterVersion = process.env.ADAPTER || adapterVersions[version] || version;
const adapterName = `enzyme-adapter-react-${adapterVersion}`;
Expand Down

0 comments on commit 9c4dc99

Please sign in to comment.