Skip to content

Commit 6c13d0d

Browse files
ci(node_js): remove node 7 from test environment (#124)
* chore(package): update @testing-library/react to version 9.1.3 Closes #121 * ci(node_js): remove node 7 from test environment
1 parent 504ab8e commit 6c13d0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- '7'
43
- '8'
54
- '9'
65
- '10'
7-
- 'lts/*'
6+
- '11'
7+
- '12'
88
before_script:
99
- npm install react@latest react-dom@latest
1010
scripts:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^8.0.0",
2828
"@commitlint/config-conventional": "^8.0.0",
29-
"@testing-library/react": "^8.0.1",
29+
"@testing-library/react": "^9.1.3",
3030
"@testing-library/react-hooks": "^2.0.1",
3131
"@types/babel__core": "^7.1.1",
3232
"@types/babel__template": "^7.0.2",

0 commit comments

Comments
 (0)